Skip to content

Commit c8d64db

Browse files
authored
utilisé stream_directly par défaut lors du clone de AE (#2058)
1 parent 12223df commit c8d64db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dags/clone/dags/clone_ae_etablissement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
description_md="📥 URL pour télécharger les données",
5353
),
5454
"clone_method": Param(
55-
"download_to_disk_first",
55+
"stream_directly",
5656
type="string",
5757
description_md=r"""📥 **Méthode de création** de la table:
5858
- `download_to_disk_first`: télécharge/unpack sur disque avant import DB

0 commit comments

Comments
 (0)