You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on translating all my PRQL queries into JSON format and then parsing these JSON files. However, I've encountered an issue where this process results in small fragments of PRQL code being scattered across multiple .prql files within my directory.
Is there a way to consolidate many small snippets of PRQL code into the same file so that they can be easily referenced? Any guidance or suggestions on how to achieve this would be greatly appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
I'm currently working on translating all my PRQL queries into JSON format and then parsing these JSON files. However, I've encountered an issue where this process results in small fragments of PRQL code being scattered across multiple
.prql
files within my directory.Is there a way to consolidate many small snippets of PRQL code into the same file so that they can be easily referenced? Any guidance or suggestions on how to achieve this would be greatly appreciated!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions