elegant-florist-94385
02/18/2025, 1:28 PMfiles target, because I wasn't aware of sql_source at first).
Then I thought, it would be nice to have linting, so I changed to a sql_sources target and enabled sqlfluff.
My current problem is: The sql files are now a resource type target, and as such, they don't get copied into the sandbox for my docker build. What's the best way to get this working?square-psychiatrist-19087
02/18/2025, 3:41 PMexperimental_wrap_as_resources but that turns files into resources, not the other way around
I can think of only creating another target files() that has all the same sources includedsquare-psychiatrist-19087
02/18/2025, 3:42 PMelegant-florist-94385
02/18/2025, 4:20 PMsquare-psychiatrist-19087
02/18/2025, 4:29 PMfiles will do the trick