Tim Van Wassenhove
Tim Van Wassenhove
+1. Thanks, really nice!
More inspiration can be found in https://github.com/datafusion-contrib/datafusion-catalogprovider-glue where we take info from the metastore to register external tables...
I have some non-production grady sample that uses the same approach as duckdb to run python models.. https://github.com/timvw/dbt-spark/tree/support-sparksession-python-local
The existing implementation of location_clause and the difference with my proposal can be found here: https://github.com/dbt-labs/dbt-spark/pull/835/files Usage is straightforward, simply add a location parameter to your model config: ```yaml models:...
I assume that adding this to the documentation would be helpful as well
Just ran the following on a mysql (mysql/8.3.0_1) instance: ```sql with data as ( select 1 as region union all select 1 as region union all select 2 as region...
Closed (as the possibility to connect to Live seems more favorable for now)
> I would also like this change, if I need to specify a vars per environment, how would I apply this change currently? That's why I avoid vars (I only...
Any further updates on this? (Still need to apply the manual workaround when using the cli)
For me, adding the following asset: { "glob": "**/*", "input": "node_modules/monaco-editor", "output": "assets/monaco/" } seems to start at least something... (The guide says that one should add { "glob": "**/*",...