https://kedro.org/ logo
#beginners-need-help
Title
# beginners-need-help
l

lbonini

03/15/2022, 8:44 PM
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...