Skip to content

Commit

Permalink
Merge pull request #712 from MTES-MCT/fix-natural-keys
Browse files Browse the repository at this point in the history
Fix : suppression de l'option subset pour communediff
  • Loading branch information
alexisig authored Nov 5, 2024
2 parents c068ec3 + 97349f9 commit b6bbf56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions airflow/dags/update_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,6 @@ def copy_public_data_communediff(**context):
return copy_table_from_dw_to_app(
from_table="public_for_app.for_app_communediff",
to_table="public.public_data_communediff",
use_subset=context["params"]["use_subset"],
subset_where=f"mpoly && ({context['params']['subset_geom']})",
environment=context["params"]["environment"],
btree_index_columns=[
["year_old"],
Expand Down

0 comments on commit b6bbf56

Please sign in to comment.