Kshitij Aranke
Kshitij Aranke
List of timezones natively supported in Python: `pytz.all_timezones_set`
Hi all, Python 3.12 support will be included with upcoming `dbt-core` releases `1.7.9` and `1.8.0b1`. I'm closing this issue for now, please stay tuned for the release. Thanks!
@aranke to document edge cases (will update this ticket)
Great discussion here, just wanted to add my 2c stemming from a conversation with @dbeatty10: > Could we sample with an optional `join_key` config? Here's an example of how I...
Sure, this would be really useful in CI checks to catch typos in YAML.
@mikealfare Thanks for the callout, here's a bit more detail: Since Python 3.12 you can't install packages in the global virtual environment; so `pip install dbt-snowflake` outside a virtual environment...
Hey @devmessias, My original PR was just to default to `table` materialization for Python models, but I see that it's had this unintended side effect. I agree with @gshank that...
This error also surfaces if you pass in both `--select` and `--inline` to `dbt show` when they shouldn't be: ``` ❯ dbt show --select stg_orders 18:00:47 Running with dbt=1.7.9 18:00:47...
@jeremyyeo Summarizing your findings, is my understanding correct? | version | environment | json | error | |:-------:|:-----------:|:------:|:-------:| | 1.7 | cloud | ✅| ✅| | 1.8/versionless | cloud |...
@DanMawdsleyBA Could it be something to do with the casing? Does `"{{ env_var('LOCAL_USER') }}"` work?