asset = 'summary_data' query = "select * from summary_data" batch_request = RuntimeBatchRequest( datasource_name='sql_server_datasource', data_connector_name='sql_gx ...
I am trying to get this adapter working with a serverless pool. When trying to run the example project (after dbt init, and changing table to view), the view gets ...