Doug Beatty

Results 625 comments of Doug Beatty

@GarrickMeyers thanks for reaching out! I tried some simple steps to reproduce, but didn't see the same thing. Could you try the steps below and see if you get the...

@andy-clapson thanks for opening. Is there a link to a URL with the misleading docs that you could provide? Depending on where those docs are located, we might move this...

👍 I see your pull request for this now too (#5684). Thanks for submitting proposed code changes! Could you update your pull request description from `resolves #` to `resolves #5684`...

Thanks for reaching out @erdos2n Could you share the commands (or method) you are using to install Astronomer/Airflow? Could you also share the log output where you are seeing the...

This is ready for review. After it is approved and merged, I will revert the changes to `dev-requirements.txt` in each of the adapter PRs before merging each of them: -...

I prefer the fix like this (which I didn't actually try out 😅): ```python search_packages = None if namespace is None: search_packages = [None] elif isinstance(namespace, str): search_packages = self._adapter.config.get_macro_search_order(namespace)...

Agreed that the implementation would be quite involved! Oooh, I like the idea of separating the current [`profiles.yml`](https://docs.getdbt.com/reference/profiles.yml) file into separate configuration files 🤩: 1. user configuration - `config` key...

@gshank functional testing this would require testing the two-argument version of `dispatch` (to cover the 2nd, optional `macro_namespace` argument). I didn't see a good place that was already testing that...

@gshank Maybe this an example to follow? https://github.com/dbt-labs/dbt-core/commit/98c015b7754779793e44e056905614296c6e4527#diff-afbd4157cc43828072521462ad9c0100ec311f34f6086ca95a1341d1b47efda6R405-R416

Added a comparison of dbt-core+adapters implementation vs. dbt-utils in [this](https://github.com/dbt-labs/dbt-utils/pull/597#issuecomment-1231074577) comment. TLDR: they don't appear to yield the same data types.