Ah! ok thanks! I will now await if there is a way to grab specific dates. Thank you!
When I look at the results I get from this curl -H "Authorization: Bearer $token" https://api.integrator.io/v1/flows/$flow_id/audit I only get a list of resource flow records like the below, with n...
Thanks for the response viliandy leonardo Do I understand correctly that: Next year, the API response will contain entire resultset or at least a way to page through it? Requesting logs from the A...
In the Audit API endpoints, there isn't much info on how I can filter the response in my request. https://docs.celigo.com/hc/en-us/articles/7708497540123-Audit-API-endpoints This informational page...
Thanks Scott! My intention with using the once per page of records was to add an "ingestion_date" field that captures the current timestamp using Handlebars. Would you suggest using a hook for t...
According to https://docs.celigo.com/hc/en-us/articles/6923178410523-Import-data-into-Google-BigQuery#Records you can use Handlebars to customize your insert into BigQuery. Take this example given....
Thanks for following up, however I'm a bit confused. In the connector itself, for the option "How would you like the records imported?" The first option is "Use bulk insert SQL query". This implie...
I'm trying to set this up using the new BigQuery connector .
Happy to see the new bigquery connector for use. Is there any way we can specify a new write disposition for imports into a table? For example if I want a batch load job to have a WRITE_TRUNCATE ...