Create queries programatically #14506
-
Hello! Is there a hidden way to create queries in an existing datasource (or import?) Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
ConorWebb96
Sep 9, 2024
Replies: 2 comments 2 replies
-
No one have ever faced this need ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @PhantomCarrot, You should read the below documentation. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the explanation, I understand now.
Like i said in that answer the API I showcased isn't surfaced publically. Therefore you won't be able to use it with the external data connector. This only allow you to select queries and rest requests you have setup via their relevant data sources.
You won't be able to dynamically create these queries, they will need to be made ahead of time. What you can do, is trigger and search for them using our public API. You can see more on this here.
Hopefully this helps.