johalnes
johalnes
@jwills I've made change for read_sql_table now, but also wondered about the write part. I tried to just add schema to `config(options= {"schema": schema_name})` but got an error that this...
I'm wondering about the same thing! Any progress?
Thanks for replying @PatrickLeahey ! But not really what I was wondering about. I know how secrets and environment variables within Github works. But what is the link between environment...
The inaccurate part of the headline was regarding you writing : ``` # The workspace host / token are provided by Databricks # see databricks.yml for the host used for...
@zanieb I'm struggling a bit with this now regarding dbt-core, and is thinking about contributing to the project. Could you please write some lines on what one have to do...
Thanks for sharing @strangemonad! Really appreciate it, and will try something similar 😄 For now I've used the old `uv pip install dbt-databricks` which makes dbt cli works as usual.
I've been trying to use this to get more understanding of how Chainladder package work. Of what I can see it seem like the issue is that the function call...
FYI - same error occurs when using Benktander: ```python dev = cl.Development(average="volume").fit_transform(tr) cl.Benktander(apriori=1, n_iters=10000).fit(dev, sample_weight =dev.latest_diagonal).full_triangle_ ``` Seems like changing [align_cdf_](https://github.com/casact/chainladder-python/blob/ac3fa372baf0d7d382608dbd0d37c72bbe955cdb/chainladder/methods/base.py#L29) passes all tests, by using something with original form,...
Thanks for the workaround @deanm0000 🥳
Have been trying out rustling and read much of your work on extensions @MarcoGorelli. Could this be a good beginner issue if I would like to take a hit at...