jj.lee
jj.lee
@tnk-ysk Thanks for reply. I'll take your feedback into consideration! 🙏
https://docs.getdbt.com/blog/deprecation-of-dbt-server#summary 🤤
Hi! If this doesn't start, can I take it?
@dbeatty10 hi! Could i take your draft PRs? I've worked on `good_first_issue` issue in dbt-core, but I didn't contribute to dbt-adapter. - I'm wondering if I could do it, -...
@eladkal I’ll take a look at it tomorrow! @emredjan Thanks for the report! Planning to fix it soon — but happy to do Pull request yourself if it’s time-sensitive! I...
@emredjan Instead of expanding `MsSqlHook` to accept ODBC-specific options, why not lean on the hooks that already match each driver? - **pymssql → `MsSqlHook`** The hook defaults to the `mssql+pymssql`...
> the issue reports a regression. If the current behavior is OK we should at least add entry in the changelog to explain users how to migrate. @eladkal Thanks for...
@eladkal Thanks for letting me know. I'll make PR, and assign this to me. 🙇🏽
I would like to work on this. Could you assign it to me? Thanks. ☺️
i found warehouse used `create_?` (? -> same level in bigquery.dataset)! in redshift, create_schema parameter is existed. (default true) Why not use the create_dataset parameter in bigquery.export?