Custom functions on BigQuery? #7524
-
Is it possible to call custom function in BigQuery, the same way it is possible in PostgreSQL? Are custom functions supported by Hasura in other database right now? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
From the documentation: https://hasura.io/docs/latest/graphql/core/databases/bigquery/index.html#supported-features
Other functionality is in the works, but the short answer is that no, as of this moment custom functions are not supported on BigQuery. |
Beta Was this translation helpful? Give feedback.
-
I have the same issue, I need to filter the data by some dates and I'm making some calculations with them that need to be done with the filters applied, do you have a work around for this? Because I can't imagine how to solve this right now |
Beta Was this translation helpful? Give feedback.
From the documentation: https://hasura.io/docs/latest/graphql/core/databases/bigquery/index.html#supported-features
Other functionality is in the works, but the short answer is that no, as of this moment custom functions are not supported on BigQuery.