Vince Faller
Vince Faller
Okay so I think I found the problem. [clean_up_table](https://github.com/Tomme/dbt-athena/blob/b641dad1df647a9d8c75bf44e48773ac1e7a08c8/dbt/adapters/athena/impl.py#L90) is using my default credentials, (which don't have permission to get table for this environment, not even remote related actually). So...
This is the same root problem I was having in #107 . It looks like #74 fixes it. My guess is you're using a profile_name and not environment variables?
Not sure if it helps if I comment to gain visibility on this approval. But my team is also waiting on this. If there's anything I can do to help...
I'd love if it worked like the `Markdown: Open Preview to the Side` where it would just merge all the anchors and aliases into a final yaml.
Sorry, don't know how to get the STDOUT. I tried using python.exe instead of pythonw, no love. I did find out that it's only if I try to run the...
I have the file specified. Like I said, it worked a few days ago.
@benc-db That something never goes from Step3 to step2. If I have a workflow with a specific order of tasks I just don't want things to go in reverse. My...
Just mentioning that https://github.com/dbt-labs/dbt-core/issues/5609 is merged.
My only worry about putting the config in the child would be this use case * We have a chain A->B->C * B is configured to skip if upstream fails...
So we need to make separate PATs for all possible processes and all possible threads of those processes? *Edit* Or we have to create a pool and then create a...