Simple daemon that runs dbt. The daemon reads a list of DBT packages that you want to run from Postgres, and then executes these packages.
See docker-compose.yml for standard usage. All configuration is done through environment variables. Env var examples can be seen in .env.
Adding package for execution in daemon,
INSERT INTO $(POSTGRES_SCHEMA)._dataemon (packages) VALUES ('{"packages": [{"git": "....", "revision": "..."}]}')