johalnes
johalnes
When reading tables from the SQLAlchemy plugin, one has to use pd.read_sql_query in order to specify schema. When using table with pd.read_sql_table, one has to use the login schema. Could...
### Describe the Feature Hi, Not really a feature, but suggestion for improving the documentation or readme. I had big trouble with the error message _table already exists_. In the...
### Feature description The feature I like most with delta tables is the possibility to use it without need for cataloging etc. In my head this makes it similar to...
Hi, I'm working on deploying a DBT project trough Databricks Asset bundles, but somewhat confused on how to get environment variables into the task. [In this example](https://github.com/databricks/bundle-examples/blob/c84828779b8c1976ce6da1a1789133b8cc11d5cf/dbt_sql/dbt_profiles/profiles.yml#L19), how is {{...
### Description I've been working with dates in Polars, and everything including pl.date_ranges is fantastic! Going from date_range to date_ranges, one could easily use columns for specifying start and end...