Hi everyone, I have a doubt regarding job executio...
# getting-started
o
Hi everyone, I have a doubt regarding job execution. Is there any kind of cache for what changes in the tasks of a job are not detected? I updated "all" tasks definition but my docker image is still executing old ones.
Copy code
- name: all
    tasks:
      - data_migration target-postgres
      - dbt-postgres:run_data_migration
v
Not that I'm aware of I'd jump into your docker image and verify the meltano.yml is updated
o
Ok, thanks Derek!