Hello guys! Is there a easy way to export a file f...
# beginners-need-help
l
Hello guys! Is there a easy way to export a file from catalog to a dynamic url like:
Copy code
yaml
example_csv: # Input
  type: pandas.ParquetDataSet
  filepath: "s3://my_bucket/yyyy-mm-dd/*.parquet
I need to save it inside a
today()
folder... I was wondering about doing this with templateconfigloader, using environment variables but I need to know if it is simpler than I expect...