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
feat(bigquery): add clustering fields and extra fields for partition (#……472)
* add clustering fields
* add partition details for different kinds of partitioning in bigquery - time and range
---------
Co-authored-by: Anjali Aggarwal <[email protected]>
feat: enhance HTTP extractor's script options (#470)
- Allow configuration of the max_allocs and max_const_objects that
limit memory allocation in the script env.
- Pass the recipe's scope as a script global so that it can be used to
construct the asset's URN if needed.