Daniel Iñigo

Results 15 issues of Daniel Iñigo

Most part of params that the DAG and the Operators and Sensors underneath take are basic/raw types (string, int, bool, float) and basic objects (lists, dicts). But from time to...

Hi there 👋 When I write code I always use a linter, my IDE tells me I'm about to make a mess by not importing certain library or not using...

Hi, there's a number of issues asking for this and that new flag or param in new dbt versions. It'd be nice to tag them as such, they're nice "first...

Follow #45 which was closed and locked when I accidentally renamed the branch it was pointing to Closes #46, #44, #43, #36, #30

Yep. test all the things, at least once :) Now that we have a small codebase it should be all tested. Potentially to be implemented after #48 , since it...

As many out there might know every project is a whole different world. For this reason we find ourselves with a plethora of ways for running DBT. Though `airflow-dbt` is...

I was using this Dockerfile to test in gitlab an image for AppEngine. AppEngine just allowed node 10 and I updated the whole test chain back.

There are a couple of changes here: In order to release more frequently it is necesary to automate some tasks. Linting and Test running are already. However deployment is not....

Right now only `env` and `vars` are templated. However it is a common scenario to template some others (like the `--full-refresh` flag). This PR does: * Split global and command...