jose_daniel_ballester
06/12/2022, 2:08 AMemcp
06/12/2022, 12:21 PMemcp
06/12/2022, 12:22 PMemcp
06/12/2022, 12:22 PMjose_daniel_ballester
06/12/2022, 4:32 PMalexander_butler
06/12/2022, 8:30 PMmeltano
project and add the airflow orchestrator, you have a full-blown airflow instance and can use python requests
to get the CSV before meltano run
2. Alternatively on a posix OS, you can add a cron job that does wget <https://cnecovid.isciii.es/covid19/resources/casos_hosp_uci_def_sexo_edad_provres.csv> -P /path/to/folder/ && meltano run tap-csv target-snowflake
3. Create a utility python script and add it to meltano as a utility with an executable exposed via poetry/setuptools (even in a subdir of the project), then run meltano run get-covid-csv tap-csv target-snowflake
The list goes on and on