Commit ca5a417
authored
feat(infra): Introduce a variable to control dlt write disposition behaviour for elt tasks (#159)
### Summary
Previously the elt_task cron script could only use the default write
disposition of the extract_and_load script. This changes introduces an
optional environment variable to allow the flag to be overridden.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **New Features**
* ELT tasks now support configurable write disposition through
environment variables, enabling control over data writing behaviour
during extraction and loading operations.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent c7be0cb commit ca5a417
1 file changed
Lines changed: 8 additions & 1 deletion
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
54 | 59 | | |
55 | 60 | | |
56 | 61 | | |
57 | 62 | | |
58 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
59 | 66 | | |
60 | 67 | | |
61 | 68 | | |
| |||
0 commit comments