i am building an integration where i am submitting SQL to databricks via this SDK.
when i submit a CREATE OR REFRESH STREAMING TABLE command, it completes... but 30 minutes later, it just disappears from databricks completely.
when i create streaming tables via the sql editor in the databricks console, it seems to stick around, no problem.
i triple checked, and there are no DROP statements, or anything that we are doing to remove the streaming table.
here is some output from genie about this issue -

i am building an integration where i am submitting SQL to databricks via this SDK.
when i submit a
CREATE OR REFRESH STREAMING TABLEcommand, it completes... but 30 minutes later, it just disappears from databricks completely.when i create streaming tables via the sql editor in the databricks console, it seems to stick around, no problem.
i triple checked, and there are no DROP statements, or anything that we are doing to remove the streaming table.
here is some output from genie about this issue -