Replies: 1 comment
-
It's a good question - especially since we only recently added the ability to do this in #887 We typically put declarative configuration in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I'm parsing huge amounts of CSVs using IncrementalDataset into an SQLite-Database. Now I'm going to query that data and since the SQL statements are too long to be put in catalog.yml, I want to put them somewhere as a text file to be read by SQLQueryDataSet.
What do the experts here recommend in terms of folder location for this? Right now I'm using ./project/src/sqlstatements/ for this, but I'm unsure if that's "proper".
Beta Was this translation helpful? Give feedback.
All reactions