Skip to content

Commit

Permalink
Fix MR !16 (et/somenergia-jardiner!17)
Browse files Browse the repository at this point in the history
* fix limited the dbt run command in DAG with tag:jardiner

* dag to re-run all tables and incremental models and subsequent models

* fix spine incremental + change dm name + dm produccio cartera

* add potencia_instantanea_planta to dm_overview_instant

* added production target monthly, finish dm_dashboard_overview_monthly,added documentation

* production target snapshot, wip overview dashboard

* wip dashboard overview

* add documentation of drive airbyte connection to energy production prediccion on AG

* feature: wip dashboard overview

* fix: correct a typo

* fix: to limit the length of signal_uuid to 36 characters

* dev: add command to run dbt re-data models to makefile

* wip overview dashboard

* fix renameing dbt project, split seeds on jardiner and legacy, move legacy models to jardiner

* wip overview dashboard

* wip dm_overview

* fix typo in signals seed

* wip dm for overview dashboard

* deletion of meter losses coefficient

* add dm_plants per dades fixes

* fix warning on test_to_debug_device_uid_errors

* rename to nom_plants, add dades fixes dm_plants
  • Loading branch information
Lugadur committed Oct 17, 2023
1 parent cb1dc2b commit 987f2cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dags/plant_production_datasets_jardiner_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ def dbapi_to_dict(dbapi: str):
working_dir=f"/repos/{repo_name}/dbt_jardiner",
command=(
"dbt run --profiles-dir config --target prod "
"-s config.materialized:table+ config.materialized:incremental+"
"-s tag:jardiner,config.materialized:table+ "
"tag:jardiner,config.materialized:incremental+"
),
docker_url=sampled_moll,
mounts=[mount_nfs],
Expand Down

0 comments on commit 987f2cc

Please sign in to comment.