2021-05-29 17:24:02 INFO (/tmp/workspace/535/0) WorkerRun(call):62 - Executing worker wrapper. Airbyte version: 0.24.2-alpha 2021-05-29 17:24:02 INFO (/tmp/workspace/535/0) TemporalAttemptExecution(get):111 - Executing worker wrapper. Airbyte version: 0.24.2-alpha 2021-05-29 17:24:02 INFO (/tmp/workspace/535/0) DefaultReplicationWorker(run):97 - start sync worker. job id: 535 attempt id: 0 2021-05-29 17:24:02 INFO (/tmp/workspace/535/0) DefaultReplicationWorker(run):106 - configured sync modes: {null.ads_insights_platform_and_device=full_refresh - append, null.adsets=full_refresh - append, null.ads=full_refresh - append, null.campaigns=full_refresh - append, null.ads_insights_age_and_gender=full_refresh - append} 2021-05-29 17:24:02 INFO (/tmp/workspace/535/0) DefaultAirbyteDestination(start):81 - Running destination... 2021-05-29 17:24:02 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Checking if airbyte/destination-bigquery:0.3.2 exists... 2021-05-29 17:24:03 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - airbyte/destination-bigquery:0.3.2 was found locally. 2021-05-29 17:24:03 INFO (/tmp/workspace/535/0) DockerProcessBuilderFactory(create):111 - Preparing command: docker run --rm --init -i -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -w /data/535/0 --network host airbyte/destination-bigquery:0.3.2 write --config destination_config.json --catalog destination_catalog.json 2021-05-29 17:24:03 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Checking if airbyte/source-facebook-marketing:0.2.6 exists... 2021-05-29 17:24:03 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - airbyte/source-facebook-marketing:0.2.6 was found locally. 2021-05-29 17:24:03 INFO (/tmp/workspace/535/0) DockerProcessBuilderFactory(create):111 - Preparing command: docker run --rm --init -i -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -w /data/535/0 --network host airbyte/source-facebook-marketing:0.2.6 read --config source_config.json --catalog source_catalog.json --state input_state.json 2021-05-29 17:24:03 INFO (/tmp/workspace/535/0) DefaultReplicationWorker(run):132 - Waiting for source thread to join. 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Traceback (most recent call last): 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/backoff/_sync.py", line 94, in retry 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - ret = target(*args, **kwargs) 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/airbyte/integration_code/source_facebook_marketing/client/api.py", line 230, in _get_ads 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - return self._api.account.get_ads(params=params, fields=[self.state_pk]) 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/facebook_business/adobjects/adaccount.py", line 1003, in get_ads 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - return request.execute() 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/facebook_business/api.py", line 677, in execute 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - cursor.load_next_page() 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/facebook_business/api.py", line 844, in load_next_page 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - params=self.params, 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/facebook_business/api.py", line 350, in call 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - raise fb_response.error() 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - facebook_business.exceptions.FacebookRequestError: 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Message: Call was not successful 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Method: GET 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Path: https://graph.facebook.com/v10.0/act_1211960785929066/ads 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Params: {'limit': 100, 'filtering': '[{"field":"ad.delivery_info","operator":"IN","value":["active","archived","completed"]}]', 'fields': 'updated_time', 'summary': 'true'} 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Status: 400 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Response: 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - { 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - "error": { 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - "message": "(#17) User request limit reached", 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - "type": "OAuthException", 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - "is_transient": true, 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - "code": 17, 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - "error_subcode": 2446079, 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - "fbtrace_id": "Aiafz2LlgAahMAgfiCbzWk5" 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - } 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - } 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - During handling of the above exception, another exception occurred: 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Traceback (most recent call last): 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/airbyte/integration_code/main.py", line 33, in 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - launch(source, sys.argv[1:]) 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/entrypoint.py", line 117, in launch 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - for message in source_entrypoint.run(parsed_args): 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/entrypoint.py", line 108, in run 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - for message in generator: 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/deprecated/base_source.py", line 87, in read 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - yield from self._read_stream(logger=logger, client=client, configured_stream=configured_stream, state=total_state) 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/deprecated/base_source.py", line 106, in _read_stream 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - for record in client.read_stream(configured_stream.stream): 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/deprecated/client.py", line 90, in read_stream 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - for message in method(fields=fields): 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/airbyte/integration_code/source_facebook_marketing/client/api.py", line 221, in list 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - for record in self.read(getter=self._get_ads): 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/airbyte/integration_code/source_facebook_marketing/client/api.py", line 165, in read 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - for record in super().read(getter, params): 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/airbyte/integration_code/source_facebook_marketing/client/api.py", line 101, in read 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - yield from getter(params=self._build_params(deep_merge(params, status_filter))) 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/backoff/_sync.py", line 100, in retry 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - if giveup(e) or max_tries_exceeded or max_time_exceeded: 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/airbyte/integration_code/source_facebook_marketing/client/common.py", line 93, in 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - giveup=lambda exc: not should_retry_api_error(exc), 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/airbyte/integration_code/source_facebook_marketing/client/common.py", line 84, in should_retry_api_error 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - return handle_call_rate_response(exc) 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/airbyte/integration_code/source_facebook_marketing/client/common.py", line 60, in handle_call_rate_response 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - if call_count > 99: 2021-05-29 17:24:05 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - TypeError: '>' not supported between instances of 'NoneType' and 'int' 2021-05-29 17:24:05 INFO (/tmp/workspace/535/0) DefaultReplicationWorker(run):134 - Source thread complete. 2021-05-29 17:24:05 INFO (/tmp/workspace/535/0) DefaultReplicationWorker(run):135 - Waiting for destination thread to join. 2021-05-29 17:24:12 INFO (/tmp/workspace/535/0) DefaultReplicationWorker(run):137 - Destination thread complete. 2021-05-29 17:24:12 ERROR (/tmp/workspace/535/0) DefaultReplicationWorker(run):141 - Sync worker failed. io.airbyte.workers.WorkerException: Source process wasn't successful at io.airbyte.workers.protocols.airbyte.DefaultAirbyteSource.close(DefaultAirbyteSource.java:130) ~[io.airbyte-airbyte-workers-0.24.2-alpha.jar:?] at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:139) [io.airbyte-airbyte-workers-0.24.2-alpha.jar:?] at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:49) [io.airbyte-airbyte-workers-0.24.2-alpha.jar:?] at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$2(TemporalAttemptExecution.java:147) [io.airbyte-airbyte-workers-0.24.2-alpha.jar:?] at java.lang.Thread.run(Thread.java:832) [?:?] 2021-05-29 17:24:12 INFO (/tmp/workspace/535/0) DefaultReplicationWorker(run):162 - sync summary: io.airbyte.config.ReplicationAttemptSummary@4188cf00[status=failed,recordsSynced=0,bytesSynced=0,startTime=1622309042951,endTime=1622309052061] 2021-05-29 17:24:12 INFO (/tmp/workspace/535/0) DefaultReplicationWorker(run):171 - Source did not output any state messages 2021-05-29 17:24:12 WARN (/tmp/workspace/535/0) DefaultReplicationWorker(run):179 - State capture: No new state, falling back on input state: io.airbyte.config.State@186c9bd[state={"ads_insights":{"date_start":"2020-11-03T00:00:00+00:00","include_deleted":false}}] 2021-05-29 17:24:12 INFO (/tmp/workspace/535/0) TemporalAttemptExecution(get):134 - Stopping cancellation check scheduling... 2021-05-29 17:24:12 INFO (/tmp/workspace/535/0) RetryingTemporalAttemptExecution(get):118 - Last output present: true. Should attempt again: true 2021-05-29 17:24:12 INFO (/tmp/workspace/535/0) RetryingTemporalAttemptExecution(get):123 - Starting attempt: 1 of 3 2021-05-29 17:24:12 INFO (/tmp/workspace/535/0) TemporalAttemptExecution(get):111 - Executing worker wrapper. Airbyte version: 0.24.2-alpha 2021-05-29 17:24:12 INFO (/tmp/workspace/535/0) DefaultReplicationWorker(run):97 - start sync worker. job id: 535 attempt id: 0 2021-05-29 17:24:12 INFO (/tmp/workspace/535/0) DefaultReplicationWorker(run):106 - configured sync modes: {null.ads_insights_platform_and_device=full_refresh - append, null.adsets=full_refresh - append, null.ads=full_refresh - append, null.campaigns=full_refresh - append, null.ads_insights_age_and_gender=full_refresh - append} 2021-05-29 17:24:12 INFO (/tmp/workspace/535/0) DefaultAirbyteDestination(start):81 - Running destination... 2021-05-29 17:24:12 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Checking if airbyte/destination-bigquery:0.3.2 exists... 2021-05-29 17:24:12 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - airbyte/destination-bigquery:0.3.2 was found locally. 2021-05-29 17:24:12 INFO (/tmp/workspace/535/0) DockerProcessBuilderFactory(create):111 - Preparing command: docker run --rm --init -i -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -w /data/535/0 --network host airbyte/destination-bigquery:0.3.2 write --config destination_config.json --catalog destination_catalog.json 2021-05-29 17:24:12 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Checking if airbyte/source-facebook-marketing:0.2.6 exists... 2021-05-29 17:24:12 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - airbyte/source-facebook-marketing:0.2.6 was found locally. 2021-05-29 17:24:12 INFO (/tmp/workspace/535/0) DockerProcessBuilderFactory(create):111 - Preparing command: docker run --rm --init -i -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -w /data/535/0 --network host airbyte/source-facebook-marketing:0.2.6 read --config source_config.json --catalog source_catalog.json --state input_state.json 2021-05-29 17:24:12 INFO (/tmp/workspace/535/0) DefaultReplicationWorker(run):132 - Waiting for source thread to join. 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Traceback (most recent call last): 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/backoff/_sync.py", line 94, in retry 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - ret = target(*args, **kwargs) 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/airbyte/integration_code/source_facebook_marketing/client/api.py", line 230, in _get_ads 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - return self._api.account.get_ads(params=params, fields=[self.state_pk]) 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/facebook_business/adobjects/adaccount.py", line 1003, in get_ads 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - return request.execute() 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/facebook_business/api.py", line 677, in execute 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - cursor.load_next_page() 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/facebook_business/api.py", line 844, in load_next_page 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - params=self.params, 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/facebook_business/api.py", line 350, in call 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - raise fb_response.error() 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - facebook_business.exceptions.FacebookRequestError: 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Message: Call was not successful 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Method: GET 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Path: https://graph.facebook.com/v10.0/act_1211960785929066/ads 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Params: {'limit': 100, 'filtering': '[{"field":"ad.delivery_info","operator":"IN","value":["active","archived","completed"]}]', 'fields': 'updated_time', 'summary': 'true'} 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Status: 400 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Response: 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - { 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - "error": { 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - "message": "(#17) User request limit reached", 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - "type": "OAuthException", 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - "is_transient": true, 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - "code": 17, 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - "error_subcode": 2446079, 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - "fbtrace_id": "APj3MQlaXNx8RzP5EhfTrWA" 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - } 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - } 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - During handling of the above exception, another exception occurred: 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Traceback (most recent call last): 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/airbyte/integration_code/main.py", line 33, in 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - launch(source, sys.argv[1:]) 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/entrypoint.py", line 117, in launch 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - for message in source_entrypoint.run(parsed_args): 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/entrypoint.py", line 108, in run 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - for message in generator: 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/deprecated/base_source.py", line 87, in read 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - yield from self._read_stream(logger=logger, client=client, configured_stream=configured_stream, state=total_state) 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/deprecated/base_source.py", line 106, in _read_stream 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - for record in client.read_stream(configured_stream.stream): 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/deprecated/client.py", line 90, in read_stream 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - for message in method(fields=fields): 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/airbyte/integration_code/source_facebook_marketing/client/api.py", line 221, in list 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - for record in self.read(getter=self._get_ads): 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/airbyte/integration_code/source_facebook_marketing/client/api.py", line 165, in read 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - for record in super().read(getter, params): 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/airbyte/integration_code/source_facebook_marketing/client/api.py", line 101, in read 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - yield from getter(params=self._build_params(deep_merge(params, status_filter))) 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/backoff/_sync.py", line 100, in retry 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - if giveup(e) or max_tries_exceeded or max_time_exceeded: 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/airbyte/integration_code/source_facebook_marketing/client/common.py", line 93, in 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - giveup=lambda exc: not should_retry_api_error(exc), 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/airbyte/integration_code/source_facebook_marketing/client/common.py", line 84, in should_retry_api_error 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - return handle_call_rate_response(exc) 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/airbyte/integration_code/source_facebook_marketing/client/common.py", line 60, in handle_call_rate_response 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - if call_count > 99: 2021-05-29 17:24:14 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - TypeError: '>' not supported between instances of 'NoneType' and 'int' 2021-05-29 17:24:14 INFO (/tmp/workspace/535/0) DefaultReplicationWorker(run):134 - Source thread complete. 2021-05-29 17:24:14 INFO (/tmp/workspace/535/0) DefaultReplicationWorker(run):135 - Waiting for destination thread to join. 2021-05-29 17:24:25 INFO (/tmp/workspace/535/0) DefaultReplicationWorker(run):137 - Destination thread complete. 2021-05-29 17:24:25 ERROR (/tmp/workspace/535/0) DefaultReplicationWorker(run):141 - Sync worker failed. io.airbyte.workers.WorkerException: Source process wasn't successful at io.airbyte.workers.protocols.airbyte.DefaultAirbyteSource.close(DefaultAirbyteSource.java:130) ~[io.airbyte-airbyte-workers-0.24.2-alpha.jar:?] at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:139) [io.airbyte-airbyte-workers-0.24.2-alpha.jar:?] at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:49) [io.airbyte-airbyte-workers-0.24.2-alpha.jar:?] at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$2(TemporalAttemptExecution.java:147) [io.airbyte-airbyte-workers-0.24.2-alpha.jar:?] at java.lang.Thread.run(Thread.java:832) [?:?] 2021-05-29 17:24:25 INFO (/tmp/workspace/535/0) DefaultReplicationWorker(run):162 - sync summary: io.airbyte.config.ReplicationAttemptSummary@7efaa326[status=failed,recordsSynced=0,bytesSynced=0,startTime=1622309052087,endTime=1622309065683] 2021-05-29 17:24:25 INFO (/tmp/workspace/535/0) DefaultReplicationWorker(run):171 - Source did not output any state messages 2021-05-29 17:24:25 WARN (/tmp/workspace/535/0) DefaultReplicationWorker(run):179 - State capture: No new state, falling back on input state: io.airbyte.config.State@186c9bd[state={"ads_insights":{"date_start":"2020-11-03T00:00:00+00:00","include_deleted":false}}] 2021-05-29 17:24:25 INFO (/tmp/workspace/535/0) TemporalAttemptExecution(get):134 - Stopping cancellation check scheduling... 2021-05-29 17:24:25 INFO (/tmp/workspace/535/0) RetryingTemporalAttemptExecution(get):118 - Last output present: true. Should attempt again: true 2021-05-29 17:24:25 INFO (/tmp/workspace/535/0) RetryingTemporalAttemptExecution(get):123 - Starting attempt: 2 of 3 2021-05-29 17:24:25 INFO (/tmp/workspace/535/0) TemporalAttemptExecution(get):111 - Executing worker wrapper. Airbyte version: 0.24.2-alpha 2021-05-29 17:24:25 INFO (/tmp/workspace/535/0) DefaultReplicationWorker(run):97 - start sync worker. job id: 535 attempt id: 0 2021-05-29 17:24:25 INFO (/tmp/workspace/535/0) DefaultReplicationWorker(run):106 - configured sync modes: {null.ads_insights_platform_and_device=full_refresh - append, null.adsets=full_refresh - append, null.ads=full_refresh - append, null.campaigns=full_refresh - append, null.ads_insights_age_and_gender=full_refresh - append} 2021-05-29 17:24:25 INFO (/tmp/workspace/535/0) DefaultAirbyteDestination(start):81 - Running destination... 2021-05-29 17:24:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Checking if airbyte/destination-bigquery:0.3.2 exists... 2021-05-29 17:24:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - airbyte/destination-bigquery:0.3.2 was found locally. 2021-05-29 17:24:25 INFO (/tmp/workspace/535/0) DockerProcessBuilderFactory(create):111 - Preparing command: docker run --rm --init -i -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -w /data/535/0 --network host airbyte/destination-bigquery:0.3.2 write --config destination_config.json --catalog destination_catalog.json 2021-05-29 17:24:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Checking if airbyte/source-facebook-marketing:0.2.6 exists... 2021-05-29 17:24:25 INFO (/tmp/workspace/535/0) DockerProcessBuilderFactory(create):111 - Preparing command: docker run --rm --init -i -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -w /data/535/0 --network host airbyte/source-facebook-marketing:0.2.6 read --config source_config.json --catalog source_catalog.json --state input_state.json 2021-05-29 17:24:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - airbyte/source-facebook-marketing:0.2.6 was found locally. 2021-05-29 17:24:25 INFO (/tmp/workspace/535/0) DefaultReplicationWorker(run):132 - Waiting for source thread to join. 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Traceback (most recent call last): 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/backoff/_sync.py", line 94, in retry 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - ret = target(*args, **kwargs) 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/airbyte/integration_code/source_facebook_marketing/client/api.py", line 230, in _get_ads 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - return self._api.account.get_ads(params=params, fields=[self.state_pk]) 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/facebook_business/adobjects/adaccount.py", line 1003, in get_ads 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - return request.execute() 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/facebook_business/api.py", line 677, in execute 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - cursor.load_next_page() 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/facebook_business/api.py", line 844, in load_next_page 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - params=self.params, 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/facebook_business/api.py", line 350, in call 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - raise fb_response.error() 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - facebook_business.exceptions.FacebookRequestError: 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Message: Call was not successful 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Method: GET 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Path: https://graph.facebook.com/v10.0/act_1211960785929066/ads 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Params: {'filtering': '[{"field":"ad.delivery_info","operator":"IN","value":["active","archived","completed"]}]', 'limit': 100, 'fields': 'updated_time', 'summary': 'true'} 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Status: 400 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Response: 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - { 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - "error": { 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - "message": "(#17) User request limit reached", 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - "type": "OAuthException", 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - "is_transient": true, 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - "code": 17, 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - "error_subcode": 2446079, 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - "fbtrace_id": "AkafVBB3w7OPnEByaFey8_O" 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - } 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - } 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - During handling of the above exception, another exception occurred: 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Traceback (most recent call last): 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/airbyte/integration_code/main.py", line 33, in 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - launch(source, sys.argv[1:]) 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/entrypoint.py", line 117, in launch 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - for message in source_entrypoint.run(parsed_args): 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/entrypoint.py", line 108, in run 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - for message in generator: 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/deprecated/base_source.py", line 87, in read 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - yield from self._read_stream(logger=logger, client=client, configured_stream=configured_stream, state=total_state) 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/deprecated/base_source.py", line 106, in _read_stream 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - for record in client.read_stream(configured_stream.stream): 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/deprecated/client.py", line 90, in read_stream 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - for message in method(fields=fields): 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/airbyte/integration_code/source_facebook_marketing/client/api.py", line 221, in list 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - for record in self.read(getter=self._get_ads): 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/airbyte/integration_code/source_facebook_marketing/client/api.py", line 165, in read 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - for record in super().read(getter, params): 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/airbyte/integration_code/source_facebook_marketing/client/api.py", line 101, in read 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - yield from getter(params=self._build_params(deep_merge(params, status_filter))) 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/usr/local/lib/python3.7/site-packages/backoff/_sync.py", line 100, in retry 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - if giveup(e) or max_tries_exceeded or max_time_exceeded: 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/airbyte/integration_code/source_facebook_marketing/client/common.py", line 93, in 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - giveup=lambda exc: not should_retry_api_error(exc), 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/airbyte/integration_code/source_facebook_marketing/client/common.py", line 84, in should_retry_api_error 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - return handle_call_rate_response(exc) 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - File "/airbyte/integration_code/source_facebook_marketing/client/common.py", line 60, in handle_call_rate_response 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - if call_count > 99: 2021-05-29 17:24:28 ERROR (/tmp/workspace/535/0) LineGobbler(voidCall):69 - TypeError: '>' not supported between instances of 'NoneType' and 'int' 2021-05-29 17:24:28 INFO (/tmp/workspace/535/0) DefaultReplicationWorker(run):134 - Source thread complete. 2021-05-29 17:24:28 INFO (/tmp/workspace/535/0) DefaultReplicationWorker(run):135 - Waiting for destination thread to join. 2021-05-29 17:24:38 INFO (/tmp/workspace/535/0) DefaultReplicationWorker(run):137 - Destination thread complete. 2021-05-29 17:24:38 ERROR (/tmp/workspace/535/0) DefaultReplicationWorker(run):141 - Sync worker failed. io.airbyte.workers.WorkerException: Source process wasn't successful at io.airbyte.workers.protocols.airbyte.DefaultAirbyteSource.close(DefaultAirbyteSource.java:130) ~[io.airbyte-airbyte-workers-0.24.2-alpha.jar:?] at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:139) [io.airbyte-airbyte-workers-0.24.2-alpha.jar:?] at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:49) [io.airbyte-airbyte-workers-0.24.2-alpha.jar:?] at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$2(TemporalAttemptExecution.java:147) [io.airbyte-airbyte-workers-0.24.2-alpha.jar:?] at java.lang.Thread.run(Thread.java:832) [?:?] 2021-05-29 17:24:38 INFO (/tmp/workspace/535/0) DefaultReplicationWorker(run):162 - sync summary: io.airbyte.config.ReplicationAttemptSummary@65e82045[status=failed,recordsSynced=0,bytesSynced=0,startTime=1622309065731,endTime=1622309078051] 2021-05-29 17:24:38 INFO (/tmp/workspace/535/0) DefaultReplicationWorker(run):171 - Source did not output any state messages 2021-05-29 17:24:38 WARN (/tmp/workspace/535/0) DefaultReplicationWorker(run):179 - State capture: No new state, falling back on input state: io.airbyte.config.State@186c9bd[state={"ads_insights":{"date_start":"2020-11-03T00:00:00+00:00","include_deleted":false}}] 2021-05-29 17:24:38 INFO (/tmp/workspace/535/0) TemporalAttemptExecution(get):134 - Stopping cancellation check scheduling... 2021-05-29 17:24:38 INFO (/tmp/workspace/535/0) RetryingTemporalAttemptExecution(get):112 - Max retries reached: 3 2021-05-29 17:24:38 INFO (/tmp/workspace/535/0) SyncWorkflow$ReplicationActivityImpl(replicate):209 - attempt summaries: [io.airbyte.config.ReplicationOutput@2ce86b63[replicationAttemptSummary=io.airbyte.config.ReplicationAttemptSummary@4188cf00[status=failed,recordsSynced=0,bytesSynced=0,startTime=1622309042951,endTime=1622309052061],state=io.airbyte.config.State@186c9bd[state={"ads_insights":{"date_start":"2020-11-03T00:00:00+00:00","include_deleted":false}}],outputCatalog=io.airbyte.protocol.models.ConfiguredAirbyteCatalog@1aca9a4a[streams=[io.airbyte.protocol.models.ConfiguredAirbyteStream@6c3e5ba4[stream=io.airbyte.protocol.models.AirbyteStream@47fa6bc5[name=ads,jsonSchema={"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]},"status":{"type":["null","string"]},"adlabels":{"type":["null","array"],"items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"created_time":{"type":"string","format":"date-time"},"updated_time":{"type":"string","format":"date-time"}}}},"adset_id":{"type":["null","string"]},"bid_info":{"type":["null","object"],"properties":{"REACH":{"type":["null","integer"]},"CLICKS":{"type":["null","integer"]},"SOCIAL":{"type":["null","integer"]},"ACTIONS":{"type":["null","integer"]},"IMPRESSIONS":{"type":["null","integer"]}}},"bid_type":{"type":["null","string"]},"creative":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"creative_id":{"type":["null","string"]}}},"targeting":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"age_max":{"type":["null","integer"]},"age_min":{"type":["null","integer"]},"genders":{"type":["null","array"],"items":{"type":["null","integer"]}},"locales":{"type":["null","array"],"items":{"type":["null","integer"]}},"user_os":{"type":["null","array"],"items":{"type":["null","string"]}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"exclusions":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"$ref$":"targeting.json#/definitions/id_name_pairs"},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"life_events":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_employers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"education_majors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"household_composition":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"office_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_device":{"type":["null","array"],"items":{"type":["null","string"]}},"flexible_spec":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"$ref$":"targeting.json#/definitions/id_name_pairs"},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"life_events":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_employers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"education_majors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"household_composition":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}}}}},"geo_locations":{"type":["null","object"],"properties":{"zips":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","integer"]},"primary_city_id":{"type":["null","integer"]}}}},"cities":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"region":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","string"]},"distance_unit":{"type":["null","string"]}}}},"regions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]}}}},"countries":{"type":["null","array"],"items":{"type":["null","string"]}},"geo-markets":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"country_groups":{"type":["null","array"],"items":{"type":["null","string"]}},"location_types":{"type":["null","array"],"items":{"type":["null","string"]}},"custom_locations":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"country":{"type":["null","string"]},"latitude":{"type":["null","number"]},"longitude":{"type":["null","number"]},"region_id":{"type":["null","integer"]},"distance_unit":{"type":["null","string"]},"address_string":{"type":["null","string"]},"primary_city_id":{"type":["null","integer"]}}}}}},"interested_in":{"type":["null","array"],"items":{"type":["null","integer"]}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"device_platforms":{"type":["null","array"],"items":{"type":["null","string"]}},"app_install_state":{"type":["null","string"]},"education_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"facebook_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"instagram_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"messenger_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"publisher_platforms":{"type":["null","array"],"items":{"type":["null","string"]}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_user_device":{"type":["null","array"],"items":{"type":["null","string"]}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"excluded_geo_locations":{"type":["null","object"],"properties":{"zips":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","integer"]},"primary_city_id":{"type":["null","integer"]}}}},"cities":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"region":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","string"]},"distance_unit":{"type":["null","string"]}}}},"regions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]}}}},"countries":{"type":["null","array"],"items":{"type":["null","string"]}},"geo-markets":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"country_groups":{"type":["null","array"],"items":{"type":["null","string"]}},"location_types":{"type":["null","array"],"items":{"type":["null","string"]}},"custom_locations":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"country":{"type":["null","string"]},"latitude":{"type":["null","number"]},"longitude":{"type":["null","number"]},"region_id":{"type":["null","integer"]},"distance_unit":{"type":["null","string"]},"address_string":{"type":["null","string"]},"primary_city_id":{"type":["null","integer"]}}}}}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"targeting_optimization":{"type":["null","string"]},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"audience_network_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"excluded_publisher_categories":{"type":["null","array"],"items":{"type":["null","string"]}}},"definitions":{"id_name_pairs":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"targeting_fields":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"$ref$":"targeting.json#/definitions/id_name_pairs"},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"life_events":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_employers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"education_majors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"household_composition":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}}}}}},"account_id":{"type":["null","string"]},"bid_amount":{"type":["null","integer"]},"campaign_id":{"type":["null","string"]},"created_time":{"type":["null","string"],"format":"date-time"},"source_ad_id":{"type":["null","string"]},"updated_time":{"type":["null","string"],"format":"date-time"},"tracking_specs":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"page":{"type":["null","array"],"items":{"type":["null","string"]}},"post":{"type":["null","array"],"items":{"type":["null","string"]}},"event":{"type":["null","array"],"items":{"type":["null","string"]}},"offer":{"type":["null","array"],"items":{"type":["null","string"]}},"object":{"type":["null","array"],"items":{"type":["null","string"]}},"dataset":{"type":["null","array"],"items":{"type":["null","string"]}},"leadgen":{"type":["null","array"],"items":{"type":["null","string"]}},"subtype":{"type":["null","array"],"items":{"type":["null","string"]}},"creative":{"type":["null","array"],"items":{"type":["null","string"]}},"fb_pixel":{"type":["null","array"],"items":{"type":["null","string"]}},"question":{"type":["null","array"],"items":{"type":["null","string"]}},"response":{"type":["null","array"],"items":{"type":["null","string"]}},"post.wall":{"type":["null","array"],"items":{"type":["null","string"]}},"event_type":{"type":["null","array"],"items":{"type":["null","string"]}},"action.type":{"type":["null","array"],"items":{"type":["null","string"]}},"application":{"type":["null","array"],"items":{"type":["null","string"]}},"page.parent":{"type":["null","array"],"items":{"type":["null","string"]}},"post.object":{"type":["null","array"],"items":{"type":["null","string"]}},"conversion_id":{"type":["null","array"],"items":{"type":["null","string"]}},"event.creator":{"type":["null","array"],"items":{"type":["null","string"]}},"object.domain":{"type":["null","array"],"items":{"type":["null","string"]}},"offer.creator":{"type":["null","array"],"items":{"type":["null","string"]}},"offsite_pixel":{"type":["null","array"],"items":{"type":["null","string"]}},"fb_pixel_event":{"type":["null","array"],"items":{"type":["null","string"]}},"post.object.wall":{"type":["null","array"],"items":{"type":["null","string"]}},"question.creator":{"type":["null","array"],"items":{"type":["null","string"]}}}}},"recommendations":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"code":{"type":"integer"},"title":{"type":"string"},"message":{"type":"string"},"confidence":{"type":"string"},"importance":{"type":"string"},"blame_field":{"type":["null","string"]}}}},"conversion_specs":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"page":{"type":["null","array"],"items":{"type":["null","string"]}},"post":{"type":["null","array"],"items":{"type":["null","string"]}},"event":{"type":["null","array"],"items":{"type":["null","string"]}},"offer":{"type":["null","array"],"items":{"type":["null","string"]}},"object":{"type":["null","array"],"items":{"type":["null","string"]}},"dataset":{"type":["null","array"],"items":{"type":["null","string"]}},"leadgen":{"type":["null","array"],"items":{"type":["null","string"]}},"subtype":{"type":["null","array"],"items":{"type":["null","string"]}},"creative":{"type":["null","array"],"items":{"type":["null","string"]}},"fb_pixel":{"type":["null","array"],"items":{"type":["null","string"]}},"question":{"type":["null","array"],"items":{"type":["null","string"]}},"response":{"type":["null","array"],"items":{"type":["null","string"]}},"post.wall":{"type":["null","array"],"items":{"type":["null","string"]}},"event_type":{"type":["null","array"],"items":{"type":["null","string"]}},"action.type":{"type":["null","array"],"items":{"type":["null","string"]}},"application":{"type":["null","array"],"items":{"type":["null","string"]}},"page.parent":{"type":["null","array"],"items":{"type":["null","string"]}},"post.object":{"type":["null","array"],"items":{"type":["null","string"]}},"conversion_id":{"type":["null","array"],"items":{"type":["null","string"]}},"event.creator":{"type":["null","array"],"items":{"type":["null","string"]}},"object.domain":{"type":["null","array"],"items":{"type":["null","string"]}},"offer.creator":{"type":["null","array"],"items":{"type":["null","string"]}},"offsite_pixel":{"type":["null","array"],"items":{"type":["null","string"]}},"fb_pixel_event":{"type":["null","array"],"items":{"type":["null","string"]}},"post.object.wall":{"type":["null","array"],"items":{"type":["null","string"]}},"question.creator":{"type":["null","array"],"items":{"type":["null","string"]}}}}},"effective_status":{"type":["null","string"]},"last_updated_by_app_id":{"type":["null","string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@28a6b32a[stream=io.airbyte.protocol.models.AirbyteStream@66f064be[name=ads_insights_age_and_gender,jsonSchema={"type":["null","object"],"properties":{"age":{"type":["null","integer","string"]},"cpc":{"type":["null","number"]},"cpm":{"type":["null","number"]},"cpp":{"type":["null","number"]},"ctr":{"type":["null","number"]},"ad_id":{"type":["null","string"]},"reach":{"type":["null","integer"]},"spend":{"type":["null","number"]},"clicks":{"type":["null","integer"]},"gender":{"type":["null","string"]},"labels":{"type":["null","string"]},"actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"ad_name":{"type":["null","string"]},"adset_id":{"type":["null","string"]},"location":{"type":["null","string"]},"wish_bid":{"type":["null","number"]},"date_stop":{"type":["null","string"],"format":"date-time"},"frequency":{"type":["null","number"]},"objective":{"type":["null","string"]},"account_id":{"type":["null","string"]},"adset_name":{"type":["null","string"]},"date_start":{"type":["null","string"],"format":"date-time"},"unique_ctr":{"type":["null","number"]},"auction_bid":{"type":["null","number"]},"buying_type":{"type":["null","string"]},"campaign_id":{"type":["null","string"]},"conversions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"impressions":{"type":["null","integer"]},"website_ctr":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"account_name":{"type":["null","string"]},"created_time":{"type":["null","string"],"format":"date-time"},"social_spend":{"type":["null","number"]},"updated_time":{"type":["null","string"],"format":"date-time"},"action_values":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"age_targeting":{"type":["null","string"]},"campaign_name":{"type":["null","string"]},"purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"unique_clicks":{"type":["null","integer"]},"unique_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"full_view_reach":{"type":["null","number"]},"outbound_clicks":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"quality_ranking":{"type":["null","string"]},"account_currency":{"type":["null","string"]},"ad_click_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"gender_targeting":{"type":["null","string"]},"conversion_values":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_ad_click":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_thruplay":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"optimization_goal":{"type":["null","string"]},"inline_link_clicks":{"type":["null","integer"]},"video_play_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"attribution_setting":{"type":["null","string"]},"cost_per_conversion":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"outbound_clicks_ctr":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"store_visit_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"canvas_avg_view_time":{"type":["null","number"]},"cost_per_action_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"ad_impression_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"catalog_segment_value":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_unique_click":{"type":["null","number"]},"full_view_impressions":{"type":["null","number"]},"inline_link_click_ctr":{"type":["null","number"]},"website_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"estimated_ad_recallers":{"type":["null","number"]},"inline_post_engagement":{"type":["null","integer"]},"unique_link_clicks_ctr":{"type":["null","number"]},"unique_outbound_clicks":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"auction_competitiveness":{"type":["null","number"]},"canvas_avg_view_percent":{"type":["null","number"]},"catalog_segment_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"conversion_rate_ranking":{"type":["null","string"]},"converted_product_value":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_outbound_click":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"engagement_rate_ranking":{"type":["null","string"]},"estimated_ad_recall_rate":{"type":["null","number"]},"mobile_app_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_play_curve_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"unique_inline_link_clicks":{"type":["null","integer"]},"video_p25_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p50_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p75_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p95_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"auction_max_competitor_bid":{"type":["null","number"]},"converted_product_quantity":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_15_sec_video_view":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_inline_link_click":{"type":["null","number"]},"unique_outbound_clicks_ctr":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p100_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_time_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_store_visit_action":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_unique_action_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"unique_inline_link_click_ctr":{"type":["null","number"]},"video_15_sec_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_30_sec_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_unique_outbound_click":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_avg_time_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_estimated_ad_recallers":{"type":["null","number"]},"cost_per_inline_post_engagement":{"type":["null","number"]},"cost_per_unique_inline_link_click":{"type":["null","number"]},"instant_experience_clicks_to_open":{"type":["null","number"]},"estimated_ad_recallers_lower_bound":{"type":["null","number"]},"estimated_ad_recallers_upper_bound":{"type":["null","number"]},"instant_experience_clicks_to_start":{"type":["null","number"]},"instant_experience_outbound_clicks":{"type":["null","integer"]},"video_play_retention_graph_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"cost_per_2_sec_continuous_video_view":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"estimated_ad_recall_rate_lower_bound":{"type":["null","number"]},"estimated_ad_recall_rate_upper_bound":{"type":["null","number"]},"video_play_retention_0_to_15s_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"video_continuous_2_sec_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_play_retention_20_to_60s_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"qualifying_question_qualify_answer_rate":{"type":["null","number"]},"catalog_segment_value_omni_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"catalog_segment_value_mobile_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"catalog_segment_value_website_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@780df0bf[stream=io.airbyte.protocol.models.AirbyteStream@6cbd1838[name=ads_insights_platform_and_device,jsonSchema={"type":["null","object"],"properties":{"cpc":{"type":["null","number"]},"cpm":{"type":["null","number"]},"cpp":{"type":["null","number"]},"ctr":{"type":["null","number"]},"ad_id":{"type":["null","string"]},"reach":{"type":["null","integer"]},"spend":{"type":["null","number"]},"clicks":{"type":["null","integer"]},"labels":{"type":["null","string"]},"actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"ad_name":{"type":["null","string"]},"adset_id":{"type":["null","string"]},"location":{"type":["null","string"]},"wish_bid":{"type":["null","number"]},"date_stop":{"type":["null","string"],"format":"date-time"},"frequency":{"type":["null","number"]},"objective":{"type":["null","string"]},"placement":{"type":["null","string"]},"account_id":{"type":["null","string"]},"adset_name":{"type":["null","string"]},"date_start":{"type":["null","string"],"format":"date-time"},"unique_ctr":{"type":["null","number"]},"auction_bid":{"type":["null","number"]},"buying_type":{"type":["null","string"]},"campaign_id":{"type":["null","string"]},"conversions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"impressions":{"type":["null","integer"]},"website_ctr":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"account_name":{"type":["null","string"]},"created_time":{"type":["null","string"],"format":"date-time"},"social_spend":{"type":["null","number"]},"updated_time":{"type":["null","string"],"format":"date-time"},"action_values":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"age_targeting":{"type":["null","string"]},"campaign_name":{"type":["null","string"]},"purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"unique_clicks":{"type":["null","integer"]},"unique_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"full_view_reach":{"type":["null","number"]},"outbound_clicks":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"quality_ranking":{"type":["null","string"]},"account_currency":{"type":["null","string"]},"ad_click_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"gender_targeting":{"type":["null","string"]},"conversion_values":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_ad_click":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_thruplay":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"impression_device":{"type":["null","string"]},"optimization_goal":{"type":["null","string"]},"platform_position":{"type":["null","string"]},"inline_link_clicks":{"type":["null","integer"]},"publisher_platform":{"type":["null","string"]},"video_play_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"attribution_setting":{"type":["null","string"]},"cost_per_conversion":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"outbound_clicks_ctr":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"store_visit_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"canvas_avg_view_time":{"type":["null","number"]},"cost_per_action_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"ad_impression_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"catalog_segment_value":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_unique_click":{"type":["null","number"]},"full_view_impressions":{"type":["null","number"]},"inline_link_click_ctr":{"type":["null","number"]},"website_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"estimated_ad_recallers":{"type":["null","number"]},"inline_post_engagement":{"type":["null","integer"]},"unique_link_clicks_ctr":{"type":["null","number"]},"unique_outbound_clicks":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"auction_competitiveness":{"type":["null","number"]},"canvas_avg_view_percent":{"type":["null","number"]},"catalog_segment_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"conversion_rate_ranking":{"type":["null","string"]},"converted_product_value":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_outbound_click":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"engagement_rate_ranking":{"type":["null","string"]},"estimated_ad_recall_rate":{"type":["null","number"]},"mobile_app_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_play_curve_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"unique_inline_link_clicks":{"type":["null","integer"]},"video_p25_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p50_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p75_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p95_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"auction_max_competitor_bid":{"type":["null","number"]},"converted_product_quantity":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_15_sec_video_view":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_inline_link_click":{"type":["null","number"]},"unique_outbound_clicks_ctr":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p100_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_time_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_store_visit_action":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_unique_action_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"unique_inline_link_click_ctr":{"type":["null","number"]},"video_15_sec_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_30_sec_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_unique_outbound_click":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_avg_time_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_estimated_ad_recallers":{"type":["null","number"]},"cost_per_inline_post_engagement":{"type":["null","number"]},"cost_per_unique_inline_link_click":{"type":["null","number"]},"instant_experience_clicks_to_open":{"type":["null","number"]},"estimated_ad_recallers_lower_bound":{"type":["null","number"]},"estimated_ad_recallers_upper_bound":{"type":["null","number"]},"instant_experience_clicks_to_start":{"type":["null","number"]},"instant_experience_outbound_clicks":{"type":["null","integer"]},"video_play_retention_graph_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"cost_per_2_sec_continuous_video_view":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"estimated_ad_recall_rate_lower_bound":{"type":["null","number"]},"estimated_ad_recall_rate_upper_bound":{"type":["null","number"]},"video_play_retention_0_to_15s_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"video_continuous_2_sec_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_play_retention_20_to_60s_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"qualifying_question_qualify_answer_rate":{"type":["null","number"]},"catalog_segment_value_omni_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"catalog_segment_value_mobile_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"catalog_segment_value_website_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@719fc966[stream=io.airbyte.protocol.models.AirbyteStream@14af867f[name=adsets,jsonSchema={"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]},"adlabels":{"type":["null","array"],"items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"created_time":{"type":"string","format":"date-time"},"updated_time":{"type":"string","format":"date-time"}}}},"bid_info":{"type":["null","object"],"properties":{"REACH":{"type":["null","integer"]},"CLICKS":{"type":["null","integer"]},"ACTIONS":{"type":["null","integer"]},"IMPRESSIONS":{"type":["null","integer"]}}},"end_time":{"type":["null","string"],"format":"date-time"},"targeting":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"age_max":{"type":["null","integer"]},"age_min":{"type":["null","integer"]},"genders":{"type":["null","array"],"items":{"type":["null","integer"]}},"locales":{"type":["null","array"],"items":{"type":["null","integer"]}},"user_os":{"type":["null","array"],"items":{"type":["null","string"]}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"exclusions":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"$ref$":"targeting.json#/definitions/id_name_pairs"},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"life_events":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_employers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"education_majors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"household_composition":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"office_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_device":{"type":["null","array"],"items":{"type":["null","string"]}},"flexible_spec":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"$ref$":"targeting.json#/definitions/id_name_pairs"},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"life_events":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_employers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"education_majors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"household_composition":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}}}}},"geo_locations":{"type":["null","object"],"properties":{"zips":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","integer"]},"primary_city_id":{"type":["null","integer"]}}}},"cities":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"region":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","string"]},"distance_unit":{"type":["null","string"]}}}},"regions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]}}}},"countries":{"type":["null","array"],"items":{"type":["null","string"]}},"geo-markets":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"country_groups":{"type":["null","array"],"items":{"type":["null","string"]}},"location_types":{"type":["null","array"],"items":{"type":["null","string"]}},"custom_locations":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"country":{"type":["null","string"]},"latitude":{"type":["null","number"]},"longitude":{"type":["null","number"]},"region_id":{"type":["null","integer"]},"distance_unit":{"type":["null","string"]},"address_string":{"type":["null","string"]},"primary_city_id":{"type":["null","integer"]}}}}}},"interested_in":{"type":["null","array"],"items":{"type":["null","integer"]}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"device_platforms":{"type":["null","array"],"items":{"type":["null","string"]}},"app_install_state":{"type":["null","string"]},"education_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"facebook_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"instagram_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"messenger_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"publisher_platforms":{"type":["null","array"],"items":{"type":["null","string"]}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_user_device":{"type":["null","array"],"items":{"type":["null","string"]}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"excluded_geo_locations":{"type":["null","object"],"properties":{"zips":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","integer"]},"primary_city_id":{"type":["null","integer"]}}}},"cities":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"region":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","string"]},"distance_unit":{"type":["null","string"]}}}},"regions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]}}}},"countries":{"type":["null","array"],"items":{"type":["null","string"]}},"geo-markets":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"country_groups":{"type":["null","array"],"items":{"type":["null","string"]}},"location_types":{"type":["null","array"],"items":{"type":["null","string"]}},"custom_locations":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"country":{"type":["null","string"]},"latitude":{"type":["null","number"]},"longitude":{"type":["null","number"]},"region_id":{"type":["null","integer"]},"distance_unit":{"type":["null","string"]},"address_string":{"type":["null","string"]},"primary_city_id":{"type":["null","integer"]}}}}}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"targeting_optimization":{"type":["null","string"]},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"audience_network_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"excluded_publisher_categories":{"type":["null","array"],"items":{"type":["null","string"]}}},"definitions":{"id_name_pairs":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"targeting_fields":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"$ref$":"targeting.json#/definitions/id_name_pairs"},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"life_events":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_employers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"education_majors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"household_composition":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}}}}}},"account_id":{"type":["null","string"]},"start_time":{"type":["null","string"],"format":"date-time"},"campaign_id":{"type":["null","string"]},"created_time":{"type":["null","string"],"format":"date-time"},"daily_budget":{"type":["null","number"],"maximum":100000000000000000000000000000000,"minimum":-100000000000000000000000000000000,"multipleOf":1.0E-6,"exclusiveMaximum":true,"exclusiveMinimum":true},"updated_time":{"type":["null","string"],"format":"date-time"},"lifetime_budget":{"type":["null","number"],"maximum":100000000000000000000000000000000,"minimum":-100000000000000000000000000000000,"multipleOf":1.0E-6,"exclusiveMaximum":true,"exclusiveMinimum":true},"promoted_object":{"type":["null","object"],"properties":{"page_id":{"type":["null","string"]},"offer_id":{"type":["null","string"]},"pixel_id":{"type":["null","string"]},"pixel_rule":{"type":["null","string"]},"application_id":{"type":["null","string"]},"product_set_id":{"type":["null","string"]},"object_store_url":{"type":["null","string"]},"custom_event_type":{"type":["null","string"]}}},"budget_remaining":{"type":["null","number"],"maximum":100000000000000000000000000000000,"minimum":-100000000000000000000000000000000,"multipleOf":1.0E-6,"exclusiveMaximum":true,"exclusiveMinimum":true},"effective_status":{"type":["null","string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@330145d[stream=io.airbyte.protocol.models.AirbyteStream@7c8a0db[name=campaigns,jsonSchema={"type":["null","object"],"properties":{"id":{"type":["null","string"]},"ads":{"type":["null","object"],"properties":{"data":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]}}}}}},"name":{"type":["null","string"]},"adlabels":{"type":["null","array"],"items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"created_time":{"type":"string","format":"date-time"},"updated_time":{"type":"string","format":"date-time"}}}},"objective":{"type":["null","string"]},"spend_cap":{"type":["null","number"]},"account_id":{"type":["null","string"]},"start_time":{"type":"string","format":"date-time"},"buying_type":{"type":["null","string"]},"updated_time":{"type":"string","format":"date-time"},"effective_status":{"type":["null","string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[],additionalProperties={}]],additionalProperties={}]], io.airbyte.config.ReplicationOutput@8938dbd[replicationAttemptSummary=io.airbyte.config.ReplicationAttemptSummary@7efaa326[status=failed,recordsSynced=0,bytesSynced=0,startTime=1622309052087,endTime=1622309065683],state=io.airbyte.config.State@186c9bd[state={"ads_insights":{"date_start":"2020-11-03T00:00:00+00:00","include_deleted":false}}],outputCatalog=io.airbyte.protocol.models.ConfiguredAirbyteCatalog@60e77eae[streams=[io.airbyte.protocol.models.ConfiguredAirbyteStream@63761c13[stream=io.airbyte.protocol.models.AirbyteStream@21faa6de[name=ads,jsonSchema={"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]},"status":{"type":["null","string"]},"adlabels":{"type":["null","array"],"items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"created_time":{"type":"string","format":"date-time"},"updated_time":{"type":"string","format":"date-time"}}}},"adset_id":{"type":["null","string"]},"bid_info":{"type":["null","object"],"properties":{"REACH":{"type":["null","integer"]},"CLICKS":{"type":["null","integer"]},"SOCIAL":{"type":["null","integer"]},"ACTIONS":{"type":["null","integer"]},"IMPRESSIONS":{"type":["null","integer"]}}},"bid_type":{"type":["null","string"]},"creative":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"creative_id":{"type":["null","string"]}}},"targeting":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"age_max":{"type":["null","integer"]},"age_min":{"type":["null","integer"]},"genders":{"type":["null","array"],"items":{"type":["null","integer"]}},"locales":{"type":["null","array"],"items":{"type":["null","integer"]}},"user_os":{"type":["null","array"],"items":{"type":["null","string"]}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"exclusions":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"$ref$":"targeting.json#/definitions/id_name_pairs"},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"life_events":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_employers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"education_majors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"household_composition":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"office_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_device":{"type":["null","array"],"items":{"type":["null","string"]}},"flexible_spec":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"$ref$":"targeting.json#/definitions/id_name_pairs"},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"life_events":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_employers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"education_majors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"household_composition":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}}}}},"geo_locations":{"type":["null","object"],"properties":{"zips":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","integer"]},"primary_city_id":{"type":["null","integer"]}}}},"cities":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"region":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","string"]},"distance_unit":{"type":["null","string"]}}}},"regions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]}}}},"countries":{"type":["null","array"],"items":{"type":["null","string"]}},"geo-markets":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"country_groups":{"type":["null","array"],"items":{"type":["null","string"]}},"location_types":{"type":["null","array"],"items":{"type":["null","string"]}},"custom_locations":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"country":{"type":["null","string"]},"latitude":{"type":["null","number"]},"longitude":{"type":["null","number"]},"region_id":{"type":["null","integer"]},"distance_unit":{"type":["null","string"]},"address_string":{"type":["null","string"]},"primary_city_id":{"type":["null","integer"]}}}}}},"interested_in":{"type":["null","array"],"items":{"type":["null","integer"]}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"device_platforms":{"type":["null","array"],"items":{"type":["null","string"]}},"app_install_state":{"type":["null","string"]},"education_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"facebook_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"instagram_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"messenger_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"publisher_platforms":{"type":["null","array"],"items":{"type":["null","string"]}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_user_device":{"type":["null","array"],"items":{"type":["null","string"]}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"excluded_geo_locations":{"type":["null","object"],"properties":{"zips":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","integer"]},"primary_city_id":{"type":["null","integer"]}}}},"cities":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"region":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","string"]},"distance_unit":{"type":["null","string"]}}}},"regions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]}}}},"countries":{"type":["null","array"],"items":{"type":["null","string"]}},"geo-markets":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"country_groups":{"type":["null","array"],"items":{"type":["null","string"]}},"location_types":{"type":["null","array"],"items":{"type":["null","string"]}},"custom_locations":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"country":{"type":["null","string"]},"latitude":{"type":["null","number"]},"longitude":{"type":["null","number"]},"region_id":{"type":["null","integer"]},"distance_unit":{"type":["null","string"]},"address_string":{"type":["null","string"]},"primary_city_id":{"type":["null","integer"]}}}}}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"targeting_optimization":{"type":["null","string"]},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"audience_network_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"excluded_publisher_categories":{"type":["null","array"],"items":{"type":["null","string"]}}},"definitions":{"id_name_pairs":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"targeting_fields":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"$ref$":"targeting.json#/definitions/id_name_pairs"},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"life_events":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_employers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"education_majors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"household_composition":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}}}}}},"account_id":{"type":["null","string"]},"bid_amount":{"type":["null","integer"]},"campaign_id":{"type":["null","string"]},"created_time":{"type":["null","string"],"format":"date-time"},"source_ad_id":{"type":["null","string"]},"updated_time":{"type":["null","string"],"format":"date-time"},"tracking_specs":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"page":{"type":["null","array"],"items":{"type":["null","string"]}},"post":{"type":["null","array"],"items":{"type":["null","string"]}},"event":{"type":["null","array"],"items":{"type":["null","string"]}},"offer":{"type":["null","array"],"items":{"type":["null","string"]}},"object":{"type":["null","array"],"items":{"type":["null","string"]}},"dataset":{"type":["null","array"],"items":{"type":["null","string"]}},"leadgen":{"type":["null","array"],"items":{"type":["null","string"]}},"subtype":{"type":["null","array"],"items":{"type":["null","string"]}},"creative":{"type":["null","array"],"items":{"type":["null","string"]}},"fb_pixel":{"type":["null","array"],"items":{"type":["null","string"]}},"question":{"type":["null","array"],"items":{"type":["null","string"]}},"response":{"type":["null","array"],"items":{"type":["null","string"]}},"post.wall":{"type":["null","array"],"items":{"type":["null","string"]}},"event_type":{"type":["null","array"],"items":{"type":["null","string"]}},"action.type":{"type":["null","array"],"items":{"type":["null","string"]}},"application":{"type":["null","array"],"items":{"type":["null","string"]}},"page.parent":{"type":["null","array"],"items":{"type":["null","string"]}},"post.object":{"type":["null","array"],"items":{"type":["null","string"]}},"conversion_id":{"type":["null","array"],"items":{"type":["null","string"]}},"event.creator":{"type":["null","array"],"items":{"type":["null","string"]}},"object.domain":{"type":["null","array"],"items":{"type":["null","string"]}},"offer.creator":{"type":["null","array"],"items":{"type":["null","string"]}},"offsite_pixel":{"type":["null","array"],"items":{"type":["null","string"]}},"fb_pixel_event":{"type":["null","array"],"items":{"type":["null","string"]}},"post.object.wall":{"type":["null","array"],"items":{"type":["null","string"]}},"question.creator":{"type":["null","array"],"items":{"type":["null","string"]}}}}},"recommendations":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"code":{"type":"integer"},"title":{"type":"string"},"message":{"type":"string"},"confidence":{"type":"string"},"importance":{"type":"string"},"blame_field":{"type":["null","string"]}}}},"conversion_specs":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"page":{"type":["null","array"],"items":{"type":["null","string"]}},"post":{"type":["null","array"],"items":{"type":["null","string"]}},"event":{"type":["null","array"],"items":{"type":["null","string"]}},"offer":{"type":["null","array"],"items":{"type":["null","string"]}},"object":{"type":["null","array"],"items":{"type":["null","string"]}},"dataset":{"type":["null","array"],"items":{"type":["null","string"]}},"leadgen":{"type":["null","array"],"items":{"type":["null","string"]}},"subtype":{"type":["null","array"],"items":{"type":["null","string"]}},"creative":{"type":["null","array"],"items":{"type":["null","string"]}},"fb_pixel":{"type":["null","array"],"items":{"type":["null","string"]}},"question":{"type":["null","array"],"items":{"type":["null","string"]}},"response":{"type":["null","array"],"items":{"type":["null","string"]}},"post.wall":{"type":["null","array"],"items":{"type":["null","string"]}},"event_type":{"type":["null","array"],"items":{"type":["null","string"]}},"action.type":{"type":["null","array"],"items":{"type":["null","string"]}},"application":{"type":["null","array"],"items":{"type":["null","string"]}},"page.parent":{"type":["null","array"],"items":{"type":["null","string"]}},"post.object":{"type":["null","array"],"items":{"type":["null","string"]}},"conversion_id":{"type":["null","array"],"items":{"type":["null","string"]}},"event.creator":{"type":["null","array"],"items":{"type":["null","string"]}},"object.domain":{"type":["null","array"],"items":{"type":["null","string"]}},"offer.creator":{"type":["null","array"],"items":{"type":["null","string"]}},"offsite_pixel":{"type":["null","array"],"items":{"type":["null","string"]}},"fb_pixel_event":{"type":["null","array"],"items":{"type":["null","string"]}},"post.object.wall":{"type":["null","array"],"items":{"type":["null","string"]}},"question.creator":{"type":["null","array"],"items":{"type":["null","string"]}}}}},"effective_status":{"type":["null","string"]},"last_updated_by_app_id":{"type":["null","string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@35103939[stream=io.airbyte.protocol.models.AirbyteStream@6e59233b[name=ads_insights_age_and_gender,jsonSchema={"type":["null","object"],"properties":{"age":{"type":["null","integer","string"]},"cpc":{"type":["null","number"]},"cpm":{"type":["null","number"]},"cpp":{"type":["null","number"]},"ctr":{"type":["null","number"]},"ad_id":{"type":["null","string"]},"reach":{"type":["null","integer"]},"spend":{"type":["null","number"]},"clicks":{"type":["null","integer"]},"gender":{"type":["null","string"]},"labels":{"type":["null","string"]},"actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"ad_name":{"type":["null","string"]},"adset_id":{"type":["null","string"]},"location":{"type":["null","string"]},"wish_bid":{"type":["null","number"]},"date_stop":{"type":["null","string"],"format":"date-time"},"frequency":{"type":["null","number"]},"objective":{"type":["null","string"]},"account_id":{"type":["null","string"]},"adset_name":{"type":["null","string"]},"date_start":{"type":["null","string"],"format":"date-time"},"unique_ctr":{"type":["null","number"]},"auction_bid":{"type":["null","number"]},"buying_type":{"type":["null","string"]},"campaign_id":{"type":["null","string"]},"conversions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"impressions":{"type":["null","integer"]},"website_ctr":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"account_name":{"type":["null","string"]},"created_time":{"type":["null","string"],"format":"date-time"},"social_spend":{"type":["null","number"]},"updated_time":{"type":["null","string"],"format":"date-time"},"action_values":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"age_targeting":{"type":["null","string"]},"campaign_name":{"type":["null","string"]},"purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"unique_clicks":{"type":["null","integer"]},"unique_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"full_view_reach":{"type":["null","number"]},"outbound_clicks":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"quality_ranking":{"type":["null","string"]},"account_currency":{"type":["null","string"]},"ad_click_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"gender_targeting":{"type":["null","string"]},"conversion_values":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_ad_click":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_thruplay":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"optimization_goal":{"type":["null","string"]},"inline_link_clicks":{"type":["null","integer"]},"video_play_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"attribution_setting":{"type":["null","string"]},"cost_per_conversion":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"outbound_clicks_ctr":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"store_visit_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"canvas_avg_view_time":{"type":["null","number"]},"cost_per_action_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"ad_impression_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"catalog_segment_value":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_unique_click":{"type":["null","number"]},"full_view_impressions":{"type":["null","number"]},"inline_link_click_ctr":{"type":["null","number"]},"website_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"estimated_ad_recallers":{"type":["null","number"]},"inline_post_engagement":{"type":["null","integer"]},"unique_link_clicks_ctr":{"type":["null","number"]},"unique_outbound_clicks":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"auction_competitiveness":{"type":["null","number"]},"canvas_avg_view_percent":{"type":["null","number"]},"catalog_segment_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"conversion_rate_ranking":{"type":["null","string"]},"converted_product_value":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_outbound_click":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"engagement_rate_ranking":{"type":["null","string"]},"estimated_ad_recall_rate":{"type":["null","number"]},"mobile_app_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_play_curve_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"unique_inline_link_clicks":{"type":["null","integer"]},"video_p25_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p50_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p75_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p95_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"auction_max_competitor_bid":{"type":["null","number"]},"converted_product_quantity":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_15_sec_video_view":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_inline_link_click":{"type":["null","number"]},"unique_outbound_clicks_ctr":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p100_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_time_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_store_visit_action":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_unique_action_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"unique_inline_link_click_ctr":{"type":["null","number"]},"video_15_sec_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_30_sec_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_unique_outbound_click":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_avg_time_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_estimated_ad_recallers":{"type":["null","number"]},"cost_per_inline_post_engagement":{"type":["null","number"]},"cost_per_unique_inline_link_click":{"type":["null","number"]},"instant_experience_clicks_to_open":{"type":["null","number"]},"estimated_ad_recallers_lower_bound":{"type":["null","number"]},"estimated_ad_recallers_upper_bound":{"type":["null","number"]},"instant_experience_clicks_to_start":{"type":["null","number"]},"instant_experience_outbound_clicks":{"type":["null","integer"]},"video_play_retention_graph_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"cost_per_2_sec_continuous_video_view":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"estimated_ad_recall_rate_lower_bound":{"type":["null","number"]},"estimated_ad_recall_rate_upper_bound":{"type":["null","number"]},"video_play_retention_0_to_15s_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"video_continuous_2_sec_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_play_retention_20_to_60s_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"qualifying_question_qualify_answer_rate":{"type":["null","number"]},"catalog_segment_value_omni_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"catalog_segment_value_mobile_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"catalog_segment_value_website_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@3d1c3c67[stream=io.airbyte.protocol.models.AirbyteStream@4924b14c[name=ads_insights_platform_and_device,jsonSchema={"type":["null","object"],"properties":{"cpc":{"type":["null","number"]},"cpm":{"type":["null","number"]},"cpp":{"type":["null","number"]},"ctr":{"type":["null","number"]},"ad_id":{"type":["null","string"]},"reach":{"type":["null","integer"]},"spend":{"type":["null","number"]},"clicks":{"type":["null","integer"]},"labels":{"type":["null","string"]},"actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"ad_name":{"type":["null","string"]},"adset_id":{"type":["null","string"]},"location":{"type":["null","string"]},"wish_bid":{"type":["null","number"]},"date_stop":{"type":["null","string"],"format":"date-time"},"frequency":{"type":["null","number"]},"objective":{"type":["null","string"]},"placement":{"type":["null","string"]},"account_id":{"type":["null","string"]},"adset_name":{"type":["null","string"]},"date_start":{"type":["null","string"],"format":"date-time"},"unique_ctr":{"type":["null","number"]},"auction_bid":{"type":["null","number"]},"buying_type":{"type":["null","string"]},"campaign_id":{"type":["null","string"]},"conversions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"impressions":{"type":["null","integer"]},"website_ctr":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"account_name":{"type":["null","string"]},"created_time":{"type":["null","string"],"format":"date-time"},"social_spend":{"type":["null","number"]},"updated_time":{"type":["null","string"],"format":"date-time"},"action_values":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"age_targeting":{"type":["null","string"]},"campaign_name":{"type":["null","string"]},"purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"unique_clicks":{"type":["null","integer"]},"unique_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"full_view_reach":{"type":["null","number"]},"outbound_clicks":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"quality_ranking":{"type":["null","string"]},"account_currency":{"type":["null","string"]},"ad_click_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"gender_targeting":{"type":["null","string"]},"conversion_values":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_ad_click":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_thruplay":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"impression_device":{"type":["null","string"]},"optimization_goal":{"type":["null","string"]},"platform_position":{"type":["null","string"]},"inline_link_clicks":{"type":["null","integer"]},"publisher_platform":{"type":["null","string"]},"video_play_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"attribution_setting":{"type":["null","string"]},"cost_per_conversion":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"outbound_clicks_ctr":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"store_visit_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"canvas_avg_view_time":{"type":["null","number"]},"cost_per_action_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"ad_impression_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"catalog_segment_value":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_unique_click":{"type":["null","number"]},"full_view_impressions":{"type":["null","number"]},"inline_link_click_ctr":{"type":["null","number"]},"website_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"estimated_ad_recallers":{"type":["null","number"]},"inline_post_engagement":{"type":["null","integer"]},"unique_link_clicks_ctr":{"type":["null","number"]},"unique_outbound_clicks":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"auction_competitiveness":{"type":["null","number"]},"canvas_avg_view_percent":{"type":["null","number"]},"catalog_segment_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"conversion_rate_ranking":{"type":["null","string"]},"converted_product_value":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_outbound_click":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"engagement_rate_ranking":{"type":["null","string"]},"estimated_ad_recall_rate":{"type":["null","number"]},"mobile_app_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_play_curve_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"unique_inline_link_clicks":{"type":["null","integer"]},"video_p25_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p50_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p75_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p95_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"auction_max_competitor_bid":{"type":["null","number"]},"converted_product_quantity":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_15_sec_video_view":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_inline_link_click":{"type":["null","number"]},"unique_outbound_clicks_ctr":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p100_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_time_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_store_visit_action":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_unique_action_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"unique_inline_link_click_ctr":{"type":["null","number"]},"video_15_sec_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_30_sec_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_unique_outbound_click":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_avg_time_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_estimated_ad_recallers":{"type":["null","number"]},"cost_per_inline_post_engagement":{"type":["null","number"]},"cost_per_unique_inline_link_click":{"type":["null","number"]},"instant_experience_clicks_to_open":{"type":["null","number"]},"estimated_ad_recallers_lower_bound":{"type":["null","number"]},"estimated_ad_recallers_upper_bound":{"type":["null","number"]},"instant_experience_clicks_to_start":{"type":["null","number"]},"instant_experience_outbound_clicks":{"type":["null","integer"]},"video_play_retention_graph_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"cost_per_2_sec_continuous_video_view":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"estimated_ad_recall_rate_lower_bound":{"type":["null","number"]},"estimated_ad_recall_rate_upper_bound":{"type":["null","number"]},"video_play_retention_0_to_15s_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"video_continuous_2_sec_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_play_retention_20_to_60s_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"qualifying_question_qualify_answer_rate":{"type":["null","number"]},"catalog_segment_value_omni_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"catalog_segment_value_mobile_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"catalog_segment_value_website_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@7d4990a0[stream=io.airbyte.protocol.models.AirbyteStream@5aae34c9[name=adsets,jsonSchema={"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]},"adlabels":{"type":["null","array"],"items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"created_time":{"type":"string","format":"date-time"},"updated_time":{"type":"string","format":"date-time"}}}},"bid_info":{"type":["null","object"],"properties":{"REACH":{"type":["null","integer"]},"CLICKS":{"type":["null","integer"]},"ACTIONS":{"type":["null","integer"]},"IMPRESSIONS":{"type":["null","integer"]}}},"end_time":{"type":["null","string"],"format":"date-time"},"targeting":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"age_max":{"type":["null","integer"]},"age_min":{"type":["null","integer"]},"genders":{"type":["null","array"],"items":{"type":["null","integer"]}},"locales":{"type":["null","array"],"items":{"type":["null","integer"]}},"user_os":{"type":["null","array"],"items":{"type":["null","string"]}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"exclusions":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"$ref$":"targeting.json#/definitions/id_name_pairs"},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"life_events":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_employers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"education_majors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"household_composition":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"office_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_device":{"type":["null","array"],"items":{"type":["null","string"]}},"flexible_spec":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"$ref$":"targeting.json#/definitions/id_name_pairs"},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"life_events":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_employers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"education_majors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"household_composition":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}}}}},"geo_locations":{"type":["null","object"],"properties":{"zips":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","integer"]},"primary_city_id":{"type":["null","integer"]}}}},"cities":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"region":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","string"]},"distance_unit":{"type":["null","string"]}}}},"regions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]}}}},"countries":{"type":["null","array"],"items":{"type":["null","string"]}},"geo-markets":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"country_groups":{"type":["null","array"],"items":{"type":["null","string"]}},"location_types":{"type":["null","array"],"items":{"type":["null","string"]}},"custom_locations":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"country":{"type":["null","string"]},"latitude":{"type":["null","number"]},"longitude":{"type":["null","number"]},"region_id":{"type":["null","integer"]},"distance_unit":{"type":["null","string"]},"address_string":{"type":["null","string"]},"primary_city_id":{"type":["null","integer"]}}}}}},"interested_in":{"type":["null","array"],"items":{"type":["null","integer"]}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"device_platforms":{"type":["null","array"],"items":{"type":["null","string"]}},"app_install_state":{"type":["null","string"]},"education_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"facebook_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"instagram_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"messenger_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"publisher_platforms":{"type":["null","array"],"items":{"type":["null","string"]}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_user_device":{"type":["null","array"],"items":{"type":["null","string"]}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"excluded_geo_locations":{"type":["null","object"],"properties":{"zips":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","integer"]},"primary_city_id":{"type":["null","integer"]}}}},"cities":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"region":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","string"]},"distance_unit":{"type":["null","string"]}}}},"regions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]}}}},"countries":{"type":["null","array"],"items":{"type":["null","string"]}},"geo-markets":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"country_groups":{"type":["null","array"],"items":{"type":["null","string"]}},"location_types":{"type":["null","array"],"items":{"type":["null","string"]}},"custom_locations":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"country":{"type":["null","string"]},"latitude":{"type":["null","number"]},"longitude":{"type":["null","number"]},"region_id":{"type":["null","integer"]},"distance_unit":{"type":["null","string"]},"address_string":{"type":["null","string"]},"primary_city_id":{"type":["null","integer"]}}}}}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"targeting_optimization":{"type":["null","string"]},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"audience_network_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"excluded_publisher_categories":{"type":["null","array"],"items":{"type":["null","string"]}}},"definitions":{"id_name_pairs":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"targeting_fields":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"$ref$":"targeting.json#/definitions/id_name_pairs"},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"life_events":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_employers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"education_majors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"household_composition":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}}}}}},"account_id":{"type":["null","string"]},"start_time":{"type":["null","string"],"format":"date-time"},"campaign_id":{"type":["null","string"]},"created_time":{"type":["null","string"],"format":"date-time"},"daily_budget":{"type":["null","number"],"maximum":100000000000000000000000000000000,"minimum":-100000000000000000000000000000000,"multipleOf":1.0E-6,"exclusiveMaximum":true,"exclusiveMinimum":true},"updated_time":{"type":["null","string"],"format":"date-time"},"lifetime_budget":{"type":["null","number"],"maximum":100000000000000000000000000000000,"minimum":-100000000000000000000000000000000,"multipleOf":1.0E-6,"exclusiveMaximum":true,"exclusiveMinimum":true},"promoted_object":{"type":["null","object"],"properties":{"page_id":{"type":["null","string"]},"offer_id":{"type":["null","string"]},"pixel_id":{"type":["null","string"]},"pixel_rule":{"type":["null","string"]},"application_id":{"type":["null","string"]},"product_set_id":{"type":["null","string"]},"object_store_url":{"type":["null","string"]},"custom_event_type":{"type":["null","string"]}}},"budget_remaining":{"type":["null","number"],"maximum":100000000000000000000000000000000,"minimum":-100000000000000000000000000000000,"multipleOf":1.0E-6,"exclusiveMaximum":true,"exclusiveMinimum":true},"effective_status":{"type":["null","string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@60dc4ff[stream=io.airbyte.protocol.models.AirbyteStream@6acfbba3[name=campaigns,jsonSchema={"type":["null","object"],"properties":{"id":{"type":["null","string"]},"ads":{"type":["null","object"],"properties":{"data":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]}}}}}},"name":{"type":["null","string"]},"adlabels":{"type":["null","array"],"items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"created_time":{"type":"string","format":"date-time"},"updated_time":{"type":"string","format":"date-time"}}}},"objective":{"type":["null","string"]},"spend_cap":{"type":["null","number"]},"account_id":{"type":["null","string"]},"start_time":{"type":"string","format":"date-time"},"buying_type":{"type":["null","string"]},"updated_time":{"type":"string","format":"date-time"},"effective_status":{"type":["null","string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[],additionalProperties={}]],additionalProperties={}]], io.airbyte.config.ReplicationOutput@5bb2eaca[replicationAttemptSummary=io.airbyte.config.ReplicationAttemptSummary@65e82045[status=failed,recordsSynced=0,bytesSynced=0,startTime=1622309065731,endTime=1622309078051],state=io.airbyte.config.State@186c9bd[state={"ads_insights":{"date_start":"2020-11-03T00:00:00+00:00","include_deleted":false}}],outputCatalog=io.airbyte.protocol.models.ConfiguredAirbyteCatalog@70918509[streams=[io.airbyte.protocol.models.ConfiguredAirbyteStream@18d38dd8[stream=io.airbyte.protocol.models.AirbyteStream@fd62fc2[name=ads,jsonSchema={"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]},"status":{"type":["null","string"]},"adlabels":{"type":["null","array"],"items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"created_time":{"type":"string","format":"date-time"},"updated_time":{"type":"string","format":"date-time"}}}},"adset_id":{"type":["null","string"]},"bid_info":{"type":["null","object"],"properties":{"REACH":{"type":["null","integer"]},"CLICKS":{"type":["null","integer"]},"SOCIAL":{"type":["null","integer"]},"ACTIONS":{"type":["null","integer"]},"IMPRESSIONS":{"type":["null","integer"]}}},"bid_type":{"type":["null","string"]},"creative":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"creative_id":{"type":["null","string"]}}},"targeting":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"age_max":{"type":["null","integer"]},"age_min":{"type":["null","integer"]},"genders":{"type":["null","array"],"items":{"type":["null","integer"]}},"locales":{"type":["null","array"],"items":{"type":["null","integer"]}},"user_os":{"type":["null","array"],"items":{"type":["null","string"]}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"exclusions":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"$ref$":"targeting.json#/definitions/id_name_pairs"},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"life_events":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_employers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"education_majors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"household_composition":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"office_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_device":{"type":["null","array"],"items":{"type":["null","string"]}},"flexible_spec":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"$ref$":"targeting.json#/definitions/id_name_pairs"},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"life_events":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_employers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"education_majors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"household_composition":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}}}}},"geo_locations":{"type":["null","object"],"properties":{"zips":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","integer"]},"primary_city_id":{"type":["null","integer"]}}}},"cities":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"region":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","string"]},"distance_unit":{"type":["null","string"]}}}},"regions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]}}}},"countries":{"type":["null","array"],"items":{"type":["null","string"]}},"geo-markets":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"country_groups":{"type":["null","array"],"items":{"type":["null","string"]}},"location_types":{"type":["null","array"],"items":{"type":["null","string"]}},"custom_locations":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"country":{"type":["null","string"]},"latitude":{"type":["null","number"]},"longitude":{"type":["null","number"]},"region_id":{"type":["null","integer"]},"distance_unit":{"type":["null","string"]},"address_string":{"type":["null","string"]},"primary_city_id":{"type":["null","integer"]}}}}}},"interested_in":{"type":["null","array"],"items":{"type":["null","integer"]}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"device_platforms":{"type":["null","array"],"items":{"type":["null","string"]}},"app_install_state":{"type":["null","string"]},"education_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"facebook_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"instagram_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"messenger_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"publisher_platforms":{"type":["null","array"],"items":{"type":["null","string"]}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_user_device":{"type":["null","array"],"items":{"type":["null","string"]}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"excluded_geo_locations":{"type":["null","object"],"properties":{"zips":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","integer"]},"primary_city_id":{"type":["null","integer"]}}}},"cities":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"region":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","string"]},"distance_unit":{"type":["null","string"]}}}},"regions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]}}}},"countries":{"type":["null","array"],"items":{"type":["null","string"]}},"geo-markets":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"country_groups":{"type":["null","array"],"items":{"type":["null","string"]}},"location_types":{"type":["null","array"],"items":{"type":["null","string"]}},"custom_locations":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"country":{"type":["null","string"]},"latitude":{"type":["null","number"]},"longitude":{"type":["null","number"]},"region_id":{"type":["null","integer"]},"distance_unit":{"type":["null","string"]},"address_string":{"type":["null","string"]},"primary_city_id":{"type":["null","integer"]}}}}}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"targeting_optimization":{"type":["null","string"]},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"audience_network_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"excluded_publisher_categories":{"type":["null","array"],"items":{"type":["null","string"]}}},"definitions":{"id_name_pairs":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"targeting_fields":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"$ref$":"targeting.json#/definitions/id_name_pairs"},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"life_events":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_employers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"education_majors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"household_composition":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}}}}}},"account_id":{"type":["null","string"]},"bid_amount":{"type":["null","integer"]},"campaign_id":{"type":["null","string"]},"created_time":{"type":["null","string"],"format":"date-time"},"source_ad_id":{"type":["null","string"]},"updated_time":{"type":["null","string"],"format":"date-time"},"tracking_specs":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"page":{"type":["null","array"],"items":{"type":["null","string"]}},"post":{"type":["null","array"],"items":{"type":["null","string"]}},"event":{"type":["null","array"],"items":{"type":["null","string"]}},"offer":{"type":["null","array"],"items":{"type":["null","string"]}},"object":{"type":["null","array"],"items":{"type":["null","string"]}},"dataset":{"type":["null","array"],"items":{"type":["null","string"]}},"leadgen":{"type":["null","array"],"items":{"type":["null","string"]}},"subtype":{"type":["null","array"],"items":{"type":["null","string"]}},"creative":{"type":["null","array"],"items":{"type":["null","string"]}},"fb_pixel":{"type":["null","array"],"items":{"type":["null","string"]}},"question":{"type":["null","array"],"items":{"type":["null","string"]}},"response":{"type":["null","array"],"items":{"type":["null","string"]}},"post.wall":{"type":["null","array"],"items":{"type":["null","string"]}},"event_type":{"type":["null","array"],"items":{"type":["null","string"]}},"action.type":{"type":["null","array"],"items":{"type":["null","string"]}},"application":{"type":["null","array"],"items":{"type":["null","string"]}},"page.parent":{"type":["null","array"],"items":{"type":["null","string"]}},"post.object":{"type":["null","array"],"items":{"type":["null","string"]}},"conversion_id":{"type":["null","array"],"items":{"type":["null","string"]}},"event.creator":{"type":["null","array"],"items":{"type":["null","string"]}},"object.domain":{"type":["null","array"],"items":{"type":["null","string"]}},"offer.creator":{"type":["null","array"],"items":{"type":["null","string"]}},"offsite_pixel":{"type":["null","array"],"items":{"type":["null","string"]}},"fb_pixel_event":{"type":["null","array"],"items":{"type":["null","string"]}},"post.object.wall":{"type":["null","array"],"items":{"type":["null","string"]}},"question.creator":{"type":["null","array"],"items":{"type":["null","string"]}}}}},"recommendations":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"code":{"type":"integer"},"title":{"type":"string"},"message":{"type":"string"},"confidence":{"type":"string"},"importance":{"type":"string"},"blame_field":{"type":["null","string"]}}}},"conversion_specs":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"page":{"type":["null","array"],"items":{"type":["null","string"]}},"post":{"type":["null","array"],"items":{"type":["null","string"]}},"event":{"type":["null","array"],"items":{"type":["null","string"]}},"offer":{"type":["null","array"],"items":{"type":["null","string"]}},"object":{"type":["null","array"],"items":{"type":["null","string"]}},"dataset":{"type":["null","array"],"items":{"type":["null","string"]}},"leadgen":{"type":["null","array"],"items":{"type":["null","string"]}},"subtype":{"type":["null","array"],"items":{"type":["null","string"]}},"creative":{"type":["null","array"],"items":{"type":["null","string"]}},"fb_pixel":{"type":["null","array"],"items":{"type":["null","string"]}},"question":{"type":["null","array"],"items":{"type":["null","string"]}},"response":{"type":["null","array"],"items":{"type":["null","string"]}},"post.wall":{"type":["null","array"],"items":{"type":["null","string"]}},"event_type":{"type":["null","array"],"items":{"type":["null","string"]}},"action.type":{"type":["null","array"],"items":{"type":["null","string"]}},"application":{"type":["null","array"],"items":{"type":["null","string"]}},"page.parent":{"type":["null","array"],"items":{"type":["null","string"]}},"post.object":{"type":["null","array"],"items":{"type":["null","string"]}},"conversion_id":{"type":["null","array"],"items":{"type":["null","string"]}},"event.creator":{"type":["null","array"],"items":{"type":["null","string"]}},"object.domain":{"type":["null","array"],"items":{"type":["null","string"]}},"offer.creator":{"type":["null","array"],"items":{"type":["null","string"]}},"offsite_pixel":{"type":["null","array"],"items":{"type":["null","string"]}},"fb_pixel_event":{"type":["null","array"],"items":{"type":["null","string"]}},"post.object.wall":{"type":["null","array"],"items":{"type":["null","string"]}},"question.creator":{"type":["null","array"],"items":{"type":["null","string"]}}}}},"effective_status":{"type":["null","string"]},"last_updated_by_app_id":{"type":["null","string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@437e6048[stream=io.airbyte.protocol.models.AirbyteStream@3fbb0ce3[name=ads_insights_age_and_gender,jsonSchema={"type":["null","object"],"properties":{"age":{"type":["null","integer","string"]},"cpc":{"type":["null","number"]},"cpm":{"type":["null","number"]},"cpp":{"type":["null","number"]},"ctr":{"type":["null","number"]},"ad_id":{"type":["null","string"]},"reach":{"type":["null","integer"]},"spend":{"type":["null","number"]},"clicks":{"type":["null","integer"]},"gender":{"type":["null","string"]},"labels":{"type":["null","string"]},"actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"ad_name":{"type":["null","string"]},"adset_id":{"type":["null","string"]},"location":{"type":["null","string"]},"wish_bid":{"type":["null","number"]},"date_stop":{"type":["null","string"],"format":"date-time"},"frequency":{"type":["null","number"]},"objective":{"type":["null","string"]},"account_id":{"type":["null","string"]},"adset_name":{"type":["null","string"]},"date_start":{"type":["null","string"],"format":"date-time"},"unique_ctr":{"type":["null","number"]},"auction_bid":{"type":["null","number"]},"buying_type":{"type":["null","string"]},"campaign_id":{"type":["null","string"]},"conversions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"impressions":{"type":["null","integer"]},"website_ctr":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"account_name":{"type":["null","string"]},"created_time":{"type":["null","string"],"format":"date-time"},"social_spend":{"type":["null","number"]},"updated_time":{"type":["null","string"],"format":"date-time"},"action_values":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"age_targeting":{"type":["null","string"]},"campaign_name":{"type":["null","string"]},"purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"unique_clicks":{"type":["null","integer"]},"unique_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"full_view_reach":{"type":["null","number"]},"outbound_clicks":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"quality_ranking":{"type":["null","string"]},"account_currency":{"type":["null","string"]},"ad_click_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"gender_targeting":{"type":["null","string"]},"conversion_values":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_ad_click":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_thruplay":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"optimization_goal":{"type":["null","string"]},"inline_link_clicks":{"type":["null","integer"]},"video_play_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"attribution_setting":{"type":["null","string"]},"cost_per_conversion":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"outbound_clicks_ctr":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"store_visit_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"canvas_avg_view_time":{"type":["null","number"]},"cost_per_action_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"ad_impression_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"catalog_segment_value":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_unique_click":{"type":["null","number"]},"full_view_impressions":{"type":["null","number"]},"inline_link_click_ctr":{"type":["null","number"]},"website_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"estimated_ad_recallers":{"type":["null","number"]},"inline_post_engagement":{"type":["null","integer"]},"unique_link_clicks_ctr":{"type":["null","number"]},"unique_outbound_clicks":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"auction_competitiveness":{"type":["null","number"]},"canvas_avg_view_percent":{"type":["null","number"]},"catalog_segment_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"conversion_rate_ranking":{"type":["null","string"]},"converted_product_value":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_outbound_click":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"engagement_rate_ranking":{"type":["null","string"]},"estimated_ad_recall_rate":{"type":["null","number"]},"mobile_app_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_play_curve_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"unique_inline_link_clicks":{"type":["null","integer"]},"video_p25_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p50_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p75_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p95_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"auction_max_competitor_bid":{"type":["null","number"]},"converted_product_quantity":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_15_sec_video_view":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_inline_link_click":{"type":["null","number"]},"unique_outbound_clicks_ctr":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p100_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_time_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_store_visit_action":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_unique_action_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"unique_inline_link_click_ctr":{"type":["null","number"]},"video_15_sec_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_30_sec_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_unique_outbound_click":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_avg_time_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_estimated_ad_recallers":{"type":["null","number"]},"cost_per_inline_post_engagement":{"type":["null","number"]},"cost_per_unique_inline_link_click":{"type":["null","number"]},"instant_experience_clicks_to_open":{"type":["null","number"]},"estimated_ad_recallers_lower_bound":{"type":["null","number"]},"estimated_ad_recallers_upper_bound":{"type":["null","number"]},"instant_experience_clicks_to_start":{"type":["null","number"]},"instant_experience_outbound_clicks":{"type":["null","integer"]},"video_play_retention_graph_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"cost_per_2_sec_continuous_video_view":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"estimated_ad_recall_rate_lower_bound":{"type":["null","number"]},"estimated_ad_recall_rate_upper_bound":{"type":["null","number"]},"video_play_retention_0_to_15s_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"video_continuous_2_sec_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_play_retention_20_to_60s_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"qualifying_question_qualify_answer_rate":{"type":["null","number"]},"catalog_segment_value_omni_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"catalog_segment_value_mobile_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"catalog_segment_value_website_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@3b02eb81[stream=io.airbyte.protocol.models.AirbyteStream@5946b1c[name=ads_insights_platform_and_device,jsonSchema={"type":["null","object"],"properties":{"cpc":{"type":["null","number"]},"cpm":{"type":["null","number"]},"cpp":{"type":["null","number"]},"ctr":{"type":["null","number"]},"ad_id":{"type":["null","string"]},"reach":{"type":["null","integer"]},"spend":{"type":["null","number"]},"clicks":{"type":["null","integer"]},"labels":{"type":["null","string"]},"actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"ad_name":{"type":["null","string"]},"adset_id":{"type":["null","string"]},"location":{"type":["null","string"]},"wish_bid":{"type":["null","number"]},"date_stop":{"type":["null","string"],"format":"date-time"},"frequency":{"type":["null","number"]},"objective":{"type":["null","string"]},"placement":{"type":["null","string"]},"account_id":{"type":["null","string"]},"adset_name":{"type":["null","string"]},"date_start":{"type":["null","string"],"format":"date-time"},"unique_ctr":{"type":["null","number"]},"auction_bid":{"type":["null","number"]},"buying_type":{"type":["null","string"]},"campaign_id":{"type":["null","string"]},"conversions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"impressions":{"type":["null","integer"]},"website_ctr":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"account_name":{"type":["null","string"]},"created_time":{"type":["null","string"],"format":"date-time"},"social_spend":{"type":["null","number"]},"updated_time":{"type":["null","string"],"format":"date-time"},"action_values":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"age_targeting":{"type":["null","string"]},"campaign_name":{"type":["null","string"]},"purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"unique_clicks":{"type":["null","integer"]},"unique_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"full_view_reach":{"type":["null","number"]},"outbound_clicks":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"quality_ranking":{"type":["null","string"]},"account_currency":{"type":["null","string"]},"ad_click_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"gender_targeting":{"type":["null","string"]},"conversion_values":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_ad_click":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_thruplay":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"impression_device":{"type":["null","string"]},"optimization_goal":{"type":["null","string"]},"platform_position":{"type":["null","string"]},"inline_link_clicks":{"type":["null","integer"]},"publisher_platform":{"type":["null","string"]},"video_play_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"attribution_setting":{"type":["null","string"]},"cost_per_conversion":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"outbound_clicks_ctr":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"store_visit_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"canvas_avg_view_time":{"type":["null","number"]},"cost_per_action_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"ad_impression_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"catalog_segment_value":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_unique_click":{"type":["null","number"]},"full_view_impressions":{"type":["null","number"]},"inline_link_click_ctr":{"type":["null","number"]},"website_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"estimated_ad_recallers":{"type":["null","number"]},"inline_post_engagement":{"type":["null","integer"]},"unique_link_clicks_ctr":{"type":["null","number"]},"unique_outbound_clicks":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"auction_competitiveness":{"type":["null","number"]},"canvas_avg_view_percent":{"type":["null","number"]},"catalog_segment_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"conversion_rate_ranking":{"type":["null","string"]},"converted_product_value":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_outbound_click":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"engagement_rate_ranking":{"type":["null","string"]},"estimated_ad_recall_rate":{"type":["null","number"]},"mobile_app_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_play_curve_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"unique_inline_link_clicks":{"type":["null","integer"]},"video_p25_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p50_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p75_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p95_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"auction_max_competitor_bid":{"type":["null","number"]},"converted_product_quantity":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_15_sec_video_view":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_inline_link_click":{"type":["null","number"]},"unique_outbound_clicks_ctr":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p100_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_time_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_store_visit_action":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_unique_action_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"unique_inline_link_click_ctr":{"type":["null","number"]},"video_15_sec_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_30_sec_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_unique_outbound_click":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_avg_time_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_estimated_ad_recallers":{"type":["null","number"]},"cost_per_inline_post_engagement":{"type":["null","number"]},"cost_per_unique_inline_link_click":{"type":["null","number"]},"instant_experience_clicks_to_open":{"type":["null","number"]},"estimated_ad_recallers_lower_bound":{"type":["null","number"]},"estimated_ad_recallers_upper_bound":{"type":["null","number"]},"instant_experience_clicks_to_start":{"type":["null","number"]},"instant_experience_outbound_clicks":{"type":["null","integer"]},"video_play_retention_graph_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"cost_per_2_sec_continuous_video_view":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"estimated_ad_recall_rate_lower_bound":{"type":["null","number"]},"estimated_ad_recall_rate_upper_bound":{"type":["null","number"]},"video_play_retention_0_to_15s_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"video_continuous_2_sec_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_play_retention_20_to_60s_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"qualifying_question_qualify_answer_rate":{"type":["null","number"]},"catalog_segment_value_omni_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"catalog_segment_value_mobile_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"catalog_segment_value_website_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@35d827c6[stream=io.airbyte.protocol.models.AirbyteStream@5263f98a[name=adsets,jsonSchema={"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]},"adlabels":{"type":["null","array"],"items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"created_time":{"type":"string","format":"date-time"},"updated_time":{"type":"string","format":"date-time"}}}},"bid_info":{"type":["null","object"],"properties":{"REACH":{"type":["null","integer"]},"CLICKS":{"type":["null","integer"]},"ACTIONS":{"type":["null","integer"]},"IMPRESSIONS":{"type":["null","integer"]}}},"end_time":{"type":["null","string"],"format":"date-time"},"targeting":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"age_max":{"type":["null","integer"]},"age_min":{"type":["null","integer"]},"genders":{"type":["null","array"],"items":{"type":["null","integer"]}},"locales":{"type":["null","array"],"items":{"type":["null","integer"]}},"user_os":{"type":["null","array"],"items":{"type":["null","string"]}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"exclusions":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"$ref$":"targeting.json#/definitions/id_name_pairs"},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"life_events":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_employers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"education_majors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"household_composition":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"office_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_device":{"type":["null","array"],"items":{"type":["null","string"]}},"flexible_spec":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"$ref$":"targeting.json#/definitions/id_name_pairs"},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"life_events":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_employers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"education_majors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"household_composition":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}}}}},"geo_locations":{"type":["null","object"],"properties":{"zips":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","integer"]},"primary_city_id":{"type":["null","integer"]}}}},"cities":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"region":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","string"]},"distance_unit":{"type":["null","string"]}}}},"regions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]}}}},"countries":{"type":["null","array"],"items":{"type":["null","string"]}},"geo-markets":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"country_groups":{"type":["null","array"],"items":{"type":["null","string"]}},"location_types":{"type":["null","array"],"items":{"type":["null","string"]}},"custom_locations":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"country":{"type":["null","string"]},"latitude":{"type":["null","number"]},"longitude":{"type":["null","number"]},"region_id":{"type":["null","integer"]},"distance_unit":{"type":["null","string"]},"address_string":{"type":["null","string"]},"primary_city_id":{"type":["null","integer"]}}}}}},"interested_in":{"type":["null","array"],"items":{"type":["null","integer"]}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"device_platforms":{"type":["null","array"],"items":{"type":["null","string"]}},"app_install_state":{"type":["null","string"]},"education_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"facebook_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"instagram_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"messenger_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"publisher_platforms":{"type":["null","array"],"items":{"type":["null","string"]}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_user_device":{"type":["null","array"],"items":{"type":["null","string"]}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"excluded_geo_locations":{"type":["null","object"],"properties":{"zips":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","integer"]},"primary_city_id":{"type":["null","integer"]}}}},"cities":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"region":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","string"]},"distance_unit":{"type":["null","string"]}}}},"regions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]}}}},"countries":{"type":["null","array"],"items":{"type":["null","string"]}},"geo-markets":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"country_groups":{"type":["null","array"],"items":{"type":["null","string"]}},"location_types":{"type":["null","array"],"items":{"type":["null","string"]}},"custom_locations":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"country":{"type":["null","string"]},"latitude":{"type":["null","number"]},"longitude":{"type":["null","number"]},"region_id":{"type":["null","integer"]},"distance_unit":{"type":["null","string"]},"address_string":{"type":["null","string"]},"primary_city_id":{"type":["null","integer"]}}}}}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"targeting_optimization":{"type":["null","string"]},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"audience_network_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"excluded_publisher_categories":{"type":["null","array"],"items":{"type":["null","string"]}}},"definitions":{"id_name_pairs":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"targeting_fields":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"$ref$":"targeting.json#/definitions/id_name_pairs"},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"life_events":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_employers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"education_majors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"household_composition":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}}}}}},"account_id":{"type":["null","string"]},"start_time":{"type":["null","string"],"format":"date-time"},"campaign_id":{"type":["null","string"]},"created_time":{"type":["null","string"],"format":"date-time"},"daily_budget":{"type":["null","number"],"maximum":100000000000000000000000000000000,"minimum":-100000000000000000000000000000000,"multipleOf":1.0E-6,"exclusiveMaximum":true,"exclusiveMinimum":true},"updated_time":{"type":["null","string"],"format":"date-time"},"lifetime_budget":{"type":["null","number"],"maximum":100000000000000000000000000000000,"minimum":-100000000000000000000000000000000,"multipleOf":1.0E-6,"exclusiveMaximum":true,"exclusiveMinimum":true},"promoted_object":{"type":["null","object"],"properties":{"page_id":{"type":["null","string"]},"offer_id":{"type":["null","string"]},"pixel_id":{"type":["null","string"]},"pixel_rule":{"type":["null","string"]},"application_id":{"type":["null","string"]},"product_set_id":{"type":["null","string"]},"object_store_url":{"type":["null","string"]},"custom_event_type":{"type":["null","string"]}}},"budget_remaining":{"type":["null","number"],"maximum":100000000000000000000000000000000,"minimum":-100000000000000000000000000000000,"multipleOf":1.0E-6,"exclusiveMaximum":true,"exclusiveMinimum":true},"effective_status":{"type":["null","string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@7e915ea4[stream=io.airbyte.protocol.models.AirbyteStream@587b16e1[name=campaigns,jsonSchema={"type":["null","object"],"properties":{"id":{"type":["null","string"]},"ads":{"type":["null","object"],"properties":{"data":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]}}}}}},"name":{"type":["null","string"]},"adlabels":{"type":["null","array"],"items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"created_time":{"type":"string","format":"date-time"},"updated_time":{"type":"string","format":"date-time"}}}},"objective":{"type":["null","string"]},"spend_cap":{"type":["null","number"]},"account_id":{"type":["null","string"]},"start_time":{"type":"string","format":"date-time"},"buying_type":{"type":["null","string"]},"updated_time":{"type":"string","format":"date-time"},"effective_status":{"type":["null","string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[],additionalProperties={}]],additionalProperties={}]]] 2021-05-29 17:24:38 INFO (/tmp/workspace/535/0) SyncWorkflow$ReplicationActivityImpl(replicate):210 - sync summary: io.airbyte.config.StandardSyncOutput@2ce9ec3f[standardSyncSummary=io.airbyte.config.StandardSyncSummary@618bef81[status=failed,recordsSynced=0,bytesSynced=0,startTime=1622309042951,endTime=1622309078051],state=io.airbyte.config.State@186c9bd[state={"ads_insights":{"date_start":"2020-11-03T00:00:00+00:00","include_deleted":false}}],outputCatalog=io.airbyte.protocol.models.ConfiguredAirbyteCatalog@70918509[streams=[io.airbyte.protocol.models.ConfiguredAirbyteStream@18d38dd8[stream=io.airbyte.protocol.models.AirbyteStream@fd62fc2[name=ads,jsonSchema={"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]},"status":{"type":["null","string"]},"adlabels":{"type":["null","array"],"items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"created_time":{"type":"string","format":"date-time"},"updated_time":{"type":"string","format":"date-time"}}}},"adset_id":{"type":["null","string"]},"bid_info":{"type":["null","object"],"properties":{"REACH":{"type":["null","integer"]},"CLICKS":{"type":["null","integer"]},"SOCIAL":{"type":["null","integer"]},"ACTIONS":{"type":["null","integer"]},"IMPRESSIONS":{"type":["null","integer"]}}},"bid_type":{"type":["null","string"]},"creative":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"creative_id":{"type":["null","string"]}}},"targeting":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"age_max":{"type":["null","integer"]},"age_min":{"type":["null","integer"]},"genders":{"type":["null","array"],"items":{"type":["null","integer"]}},"locales":{"type":["null","array"],"items":{"type":["null","integer"]}},"user_os":{"type":["null","array"],"items":{"type":["null","string"]}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"exclusions":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"$ref$":"targeting.json#/definitions/id_name_pairs"},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"life_events":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_employers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"education_majors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"household_composition":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"office_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_device":{"type":["null","array"],"items":{"type":["null","string"]}},"flexible_spec":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"$ref$":"targeting.json#/definitions/id_name_pairs"},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"life_events":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_employers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"education_majors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"household_composition":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}}}}},"geo_locations":{"type":["null","object"],"properties":{"zips":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","integer"]},"primary_city_id":{"type":["null","integer"]}}}},"cities":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"region":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","string"]},"distance_unit":{"type":["null","string"]}}}},"regions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]}}}},"countries":{"type":["null","array"],"items":{"type":["null","string"]}},"geo-markets":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"country_groups":{"type":["null","array"],"items":{"type":["null","string"]}},"location_types":{"type":["null","array"],"items":{"type":["null","string"]}},"custom_locations":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"country":{"type":["null","string"]},"latitude":{"type":["null","number"]},"longitude":{"type":["null","number"]},"region_id":{"type":["null","integer"]},"distance_unit":{"type":["null","string"]},"address_string":{"type":["null","string"]},"primary_city_id":{"type":["null","integer"]}}}}}},"interested_in":{"type":["null","array"],"items":{"type":["null","integer"]}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"device_platforms":{"type":["null","array"],"items":{"type":["null","string"]}},"app_install_state":{"type":["null","string"]},"education_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"facebook_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"instagram_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"messenger_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"publisher_platforms":{"type":["null","array"],"items":{"type":["null","string"]}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_user_device":{"type":["null","array"],"items":{"type":["null","string"]}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"excluded_geo_locations":{"type":["null","object"],"properties":{"zips":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","integer"]},"primary_city_id":{"type":["null","integer"]}}}},"cities":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"region":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","string"]},"distance_unit":{"type":["null","string"]}}}},"regions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]}}}},"countries":{"type":["null","array"],"items":{"type":["null","string"]}},"geo-markets":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"country_groups":{"type":["null","array"],"items":{"type":["null","string"]}},"location_types":{"type":["null","array"],"items":{"type":["null","string"]}},"custom_locations":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"country":{"type":["null","string"]},"latitude":{"type":["null","number"]},"longitude":{"type":["null","number"]},"region_id":{"type":["null","integer"]},"distance_unit":{"type":["null","string"]},"address_string":{"type":["null","string"]},"primary_city_id":{"type":["null","integer"]}}}}}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"targeting_optimization":{"type":["null","string"]},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"audience_network_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"excluded_publisher_categories":{"type":["null","array"],"items":{"type":["null","string"]}}},"definitions":{"id_name_pairs":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"targeting_fields":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"$ref$":"targeting.json#/definitions/id_name_pairs"},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"life_events":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_employers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"education_majors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"household_composition":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}}}}}},"account_id":{"type":["null","string"]},"bid_amount":{"type":["null","integer"]},"campaign_id":{"type":["null","string"]},"created_time":{"type":["null","string"],"format":"date-time"},"source_ad_id":{"type":["null","string"]},"updated_time":{"type":["null","string"],"format":"date-time"},"tracking_specs":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"page":{"type":["null","array"],"items":{"type":["null","string"]}},"post":{"type":["null","array"],"items":{"type":["null","string"]}},"event":{"type":["null","array"],"items":{"type":["null","string"]}},"offer":{"type":["null","array"],"items":{"type":["null","string"]}},"object":{"type":["null","array"],"items":{"type":["null","string"]}},"dataset":{"type":["null","array"],"items":{"type":["null","string"]}},"leadgen":{"type":["null","array"],"items":{"type":["null","string"]}},"subtype":{"type":["null","array"],"items":{"type":["null","string"]}},"creative":{"type":["null","array"],"items":{"type":["null","string"]}},"fb_pixel":{"type":["null","array"],"items":{"type":["null","string"]}},"question":{"type":["null","array"],"items":{"type":["null","string"]}},"response":{"type":["null","array"],"items":{"type":["null","string"]}},"post.wall":{"type":["null","array"],"items":{"type":["null","string"]}},"event_type":{"type":["null","array"],"items":{"type":["null","string"]}},"action.type":{"type":["null","array"],"items":{"type":["null","string"]}},"application":{"type":["null","array"],"items":{"type":["null","string"]}},"page.parent":{"type":["null","array"],"items":{"type":["null","string"]}},"post.object":{"type":["null","array"],"items":{"type":["null","string"]}},"conversion_id":{"type":["null","array"],"items":{"type":["null","string"]}},"event.creator":{"type":["null","array"],"items":{"type":["null","string"]}},"object.domain":{"type":["null","array"],"items":{"type":["null","string"]}},"offer.creator":{"type":["null","array"],"items":{"type":["null","string"]}},"offsite_pixel":{"type":["null","array"],"items":{"type":["null","string"]}},"fb_pixel_event":{"type":["null","array"],"items":{"type":["null","string"]}},"post.object.wall":{"type":["null","array"],"items":{"type":["null","string"]}},"question.creator":{"type":["null","array"],"items":{"type":["null","string"]}}}}},"recommendations":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"code":{"type":"integer"},"title":{"type":"string"},"message":{"type":"string"},"confidence":{"type":"string"},"importance":{"type":"string"},"blame_field":{"type":["null","string"]}}}},"conversion_specs":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"page":{"type":["null","array"],"items":{"type":["null","string"]}},"post":{"type":["null","array"],"items":{"type":["null","string"]}},"event":{"type":["null","array"],"items":{"type":["null","string"]}},"offer":{"type":["null","array"],"items":{"type":["null","string"]}},"object":{"type":["null","array"],"items":{"type":["null","string"]}},"dataset":{"type":["null","array"],"items":{"type":["null","string"]}},"leadgen":{"type":["null","array"],"items":{"type":["null","string"]}},"subtype":{"type":["null","array"],"items":{"type":["null","string"]}},"creative":{"type":["null","array"],"items":{"type":["null","string"]}},"fb_pixel":{"type":["null","array"],"items":{"type":["null","string"]}},"question":{"type":["null","array"],"items":{"type":["null","string"]}},"response":{"type":["null","array"],"items":{"type":["null","string"]}},"post.wall":{"type":["null","array"],"items":{"type":["null","string"]}},"event_type":{"type":["null","array"],"items":{"type":["null","string"]}},"action.type":{"type":["null","array"],"items":{"type":["null","string"]}},"application":{"type":["null","array"],"items":{"type":["null","string"]}},"page.parent":{"type":["null","array"],"items":{"type":["null","string"]}},"post.object":{"type":["null","array"],"items":{"type":["null","string"]}},"conversion_id":{"type":["null","array"],"items":{"type":["null","string"]}},"event.creator":{"type":["null","array"],"items":{"type":["null","string"]}},"object.domain":{"type":["null","array"],"items":{"type":["null","string"]}},"offer.creator":{"type":["null","array"],"items":{"type":["null","string"]}},"offsite_pixel":{"type":["null","array"],"items":{"type":["null","string"]}},"fb_pixel_event":{"type":["null","array"],"items":{"type":["null","string"]}},"post.object.wall":{"type":["null","array"],"items":{"type":["null","string"]}},"question.creator":{"type":["null","array"],"items":{"type":["null","string"]}}}}},"effective_status":{"type":["null","string"]},"last_updated_by_app_id":{"type":["null","string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@437e6048[stream=io.airbyte.protocol.models.AirbyteStream@3fbb0ce3[name=ads_insights_age_and_gender,jsonSchema={"type":["null","object"],"properties":{"age":{"type":["null","integer","string"]},"cpc":{"type":["null","number"]},"cpm":{"type":["null","number"]},"cpp":{"type":["null","number"]},"ctr":{"type":["null","number"]},"ad_id":{"type":["null","string"]},"reach":{"type":["null","integer"]},"spend":{"type":["null","number"]},"clicks":{"type":["null","integer"]},"gender":{"type":["null","string"]},"labels":{"type":["null","string"]},"actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"ad_name":{"type":["null","string"]},"adset_id":{"type":["null","string"]},"location":{"type":["null","string"]},"wish_bid":{"type":["null","number"]},"date_stop":{"type":["null","string"],"format":"date-time"},"frequency":{"type":["null","number"]},"objective":{"type":["null","string"]},"account_id":{"type":["null","string"]},"adset_name":{"type":["null","string"]},"date_start":{"type":["null","string"],"format":"date-time"},"unique_ctr":{"type":["null","number"]},"auction_bid":{"type":["null","number"]},"buying_type":{"type":["null","string"]},"campaign_id":{"type":["null","string"]},"conversions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"impressions":{"type":["null","integer"]},"website_ctr":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"account_name":{"type":["null","string"]},"created_time":{"type":["null","string"],"format":"date-time"},"social_spend":{"type":["null","number"]},"updated_time":{"type":["null","string"],"format":"date-time"},"action_values":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"age_targeting":{"type":["null","string"]},"campaign_name":{"type":["null","string"]},"purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"unique_clicks":{"type":["null","integer"]},"unique_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"full_view_reach":{"type":["null","number"]},"outbound_clicks":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"quality_ranking":{"type":["null","string"]},"account_currency":{"type":["null","string"]},"ad_click_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"gender_targeting":{"type":["null","string"]},"conversion_values":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_ad_click":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_thruplay":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"optimization_goal":{"type":["null","string"]},"inline_link_clicks":{"type":["null","integer"]},"video_play_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"attribution_setting":{"type":["null","string"]},"cost_per_conversion":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"outbound_clicks_ctr":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"store_visit_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"canvas_avg_view_time":{"type":["null","number"]},"cost_per_action_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"ad_impression_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"catalog_segment_value":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_unique_click":{"type":["null","number"]},"full_view_impressions":{"type":["null","number"]},"inline_link_click_ctr":{"type":["null","number"]},"website_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"estimated_ad_recallers":{"type":["null","number"]},"inline_post_engagement":{"type":["null","integer"]},"unique_link_clicks_ctr":{"type":["null","number"]},"unique_outbound_clicks":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"auction_competitiveness":{"type":["null","number"]},"canvas_avg_view_percent":{"type":["null","number"]},"catalog_segment_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"conversion_rate_ranking":{"type":["null","string"]},"converted_product_value":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_outbound_click":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"engagement_rate_ranking":{"type":["null","string"]},"estimated_ad_recall_rate":{"type":["null","number"]},"mobile_app_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_play_curve_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"unique_inline_link_clicks":{"type":["null","integer"]},"video_p25_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p50_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p75_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p95_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"auction_max_competitor_bid":{"type":["null","number"]},"converted_product_quantity":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_15_sec_video_view":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_inline_link_click":{"type":["null","number"]},"unique_outbound_clicks_ctr":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p100_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_time_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_store_visit_action":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_unique_action_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"unique_inline_link_click_ctr":{"type":["null","number"]},"video_15_sec_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_30_sec_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_unique_outbound_click":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_avg_time_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_estimated_ad_recallers":{"type":["null","number"]},"cost_per_inline_post_engagement":{"type":["null","number"]},"cost_per_unique_inline_link_click":{"type":["null","number"]},"instant_experience_clicks_to_open":{"type":["null","number"]},"estimated_ad_recallers_lower_bound":{"type":["null","number"]},"estimated_ad_recallers_upper_bound":{"type":["null","number"]},"instant_experience_clicks_to_start":{"type":["null","number"]},"instant_experience_outbound_clicks":{"type":["null","integer"]},"video_play_retention_graph_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"cost_per_2_sec_continuous_video_view":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"estimated_ad_recall_rate_lower_bound":{"type":["null","number"]},"estimated_ad_recall_rate_upper_bound":{"type":["null","number"]},"video_play_retention_0_to_15s_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"video_continuous_2_sec_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_play_retention_20_to_60s_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"qualifying_question_qualify_answer_rate":{"type":["null","number"]},"catalog_segment_value_omni_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"catalog_segment_value_mobile_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"catalog_segment_value_website_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@3b02eb81[stream=io.airbyte.protocol.models.AirbyteStream@5946b1c[name=ads_insights_platform_and_device,jsonSchema={"type":["null","object"],"properties":{"cpc":{"type":["null","number"]},"cpm":{"type":["null","number"]},"cpp":{"type":["null","number"]},"ctr":{"type":["null","number"]},"ad_id":{"type":["null","string"]},"reach":{"type":["null","integer"]},"spend":{"type":["null","number"]},"clicks":{"type":["null","integer"]},"labels":{"type":["null","string"]},"actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"ad_name":{"type":["null","string"]},"adset_id":{"type":["null","string"]},"location":{"type":["null","string"]},"wish_bid":{"type":["null","number"]},"date_stop":{"type":["null","string"],"format":"date-time"},"frequency":{"type":["null","number"]},"objective":{"type":["null","string"]},"placement":{"type":["null","string"]},"account_id":{"type":["null","string"]},"adset_name":{"type":["null","string"]},"date_start":{"type":["null","string"],"format":"date-time"},"unique_ctr":{"type":["null","number"]},"auction_bid":{"type":["null","number"]},"buying_type":{"type":["null","string"]},"campaign_id":{"type":["null","string"]},"conversions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"impressions":{"type":["null","integer"]},"website_ctr":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"account_name":{"type":["null","string"]},"created_time":{"type":["null","string"],"format":"date-time"},"social_spend":{"type":["null","number"]},"updated_time":{"type":["null","string"],"format":"date-time"},"action_values":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"age_targeting":{"type":["null","string"]},"campaign_name":{"type":["null","string"]},"purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"unique_clicks":{"type":["null","integer"]},"unique_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"full_view_reach":{"type":["null","number"]},"outbound_clicks":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"quality_ranking":{"type":["null","string"]},"account_currency":{"type":["null","string"]},"ad_click_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"gender_targeting":{"type":["null","string"]},"conversion_values":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_ad_click":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_thruplay":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"impression_device":{"type":["null","string"]},"optimization_goal":{"type":["null","string"]},"platform_position":{"type":["null","string"]},"inline_link_clicks":{"type":["null","integer"]},"publisher_platform":{"type":["null","string"]},"video_play_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"attribution_setting":{"type":["null","string"]},"cost_per_conversion":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"outbound_clicks_ctr":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"store_visit_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"canvas_avg_view_time":{"type":["null","number"]},"cost_per_action_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"ad_impression_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"catalog_segment_value":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_unique_click":{"type":["null","number"]},"full_view_impressions":{"type":["null","number"]},"inline_link_click_ctr":{"type":["null","number"]},"website_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"estimated_ad_recallers":{"type":["null","number"]},"inline_post_engagement":{"type":["null","integer"]},"unique_link_clicks_ctr":{"type":["null","number"]},"unique_outbound_clicks":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"auction_competitiveness":{"type":["null","number"]},"canvas_avg_view_percent":{"type":["null","number"]},"catalog_segment_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"conversion_rate_ranking":{"type":["null","string"]},"converted_product_value":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_outbound_click":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"engagement_rate_ranking":{"type":["null","string"]},"estimated_ad_recall_rate":{"type":["null","number"]},"mobile_app_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_play_curve_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"unique_inline_link_clicks":{"type":["null","integer"]},"video_p25_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p50_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p75_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p95_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"auction_max_competitor_bid":{"type":["null","number"]},"converted_product_quantity":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_15_sec_video_view":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_inline_link_click":{"type":["null","number"]},"unique_outbound_clicks_ctr":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_p100_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_time_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_store_visit_action":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_unique_action_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"unique_inline_link_click_ctr":{"type":["null","number"]},"video_15_sec_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_30_sec_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_unique_outbound_click":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_avg_time_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"cost_per_estimated_ad_recallers":{"type":["null","number"]},"cost_per_inline_post_engagement":{"type":["null","number"]},"cost_per_unique_inline_link_click":{"type":["null","number"]},"instant_experience_clicks_to_open":{"type":["null","number"]},"estimated_ad_recallers_lower_bound":{"type":["null","number"]},"estimated_ad_recallers_upper_bound":{"type":["null","number"]},"instant_experience_clicks_to_start":{"type":["null","number"]},"instant_experience_outbound_clicks":{"type":["null","integer"]},"video_play_retention_graph_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"cost_per_2_sec_continuous_video_view":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"estimated_ad_recall_rate_lower_bound":{"type":["null","number"]},"estimated_ad_recall_rate_upper_bound":{"type":["null","number"]},"video_play_retention_0_to_15s_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"video_continuous_2_sec_watched_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"video_play_retention_20_to_60s_actions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","array"],"items":{"type":["null","integer"]}},"action_type":{"type":["null","string"]}}}},"qualifying_question_qualify_answer_rate":{"type":["null","number"]},"catalog_segment_value_omni_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"catalog_segment_value_mobile_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}},"catalog_segment_value_website_purchase_roas":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"value":{"type":["null","number"]},"1d_view":{"type":["null","number"]},"7d_view":{"type":["null","number"]},"1d_click":{"type":["null","number"]},"28d_view":{"type":["null","number"]},"7d_click":{"type":["null","number"]},"28d_click":{"type":["null","number"]},"action_type":{"type":["null","string"]},"action_target_id":{"type":["null","string"]},"action_destination":{"type":["null","string"]}}}}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@35d827c6[stream=io.airbyte.protocol.models.AirbyteStream@5263f98a[name=adsets,jsonSchema={"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]},"adlabels":{"type":["null","array"],"items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"created_time":{"type":"string","format":"date-time"},"updated_time":{"type":"string","format":"date-time"}}}},"bid_info":{"type":["null","object"],"properties":{"REACH":{"type":["null","integer"]},"CLICKS":{"type":["null","integer"]},"ACTIONS":{"type":["null","integer"]},"IMPRESSIONS":{"type":["null","integer"]}}},"end_time":{"type":["null","string"],"format":"date-time"},"targeting":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"age_max":{"type":["null","integer"]},"age_min":{"type":["null","integer"]},"genders":{"type":["null","array"],"items":{"type":["null","integer"]}},"locales":{"type":["null","array"],"items":{"type":["null","integer"]}},"user_os":{"type":["null","array"],"items":{"type":["null","string"]}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"exclusions":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"$ref$":"targeting.json#/definitions/id_name_pairs"},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"life_events":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_employers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"education_majors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"household_composition":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"office_type":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_device":{"type":["null","array"],"items":{"type":["null","string"]}},"flexible_spec":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"$ref$":"targeting.json#/definitions/id_name_pairs"},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"life_events":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_employers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"education_majors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"household_composition":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}}}}},"geo_locations":{"type":["null","object"],"properties":{"zips":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","integer"]},"primary_city_id":{"type":["null","integer"]}}}},"cities":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"region":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","string"]},"distance_unit":{"type":["null","string"]}}}},"regions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]}}}},"countries":{"type":["null","array"],"items":{"type":["null","string"]}},"geo-markets":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"country_groups":{"type":["null","array"],"items":{"type":["null","string"]}},"location_types":{"type":["null","array"],"items":{"type":["null","string"]}},"custom_locations":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"country":{"type":["null","string"]},"latitude":{"type":["null","number"]},"longitude":{"type":["null","number"]},"region_id":{"type":["null","integer"]},"distance_unit":{"type":["null","string"]},"address_string":{"type":["null","string"]},"primary_city_id":{"type":["null","integer"]}}}}}},"interested_in":{"type":["null","array"],"items":{"type":["null","integer"]}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"device_platforms":{"type":["null","array"],"items":{"type":["null","string"]}},"app_install_state":{"type":["null","string"]},"education_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"facebook_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"instagram_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"messenger_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"publisher_platforms":{"type":["null","array"],"items":{"type":["null","string"]}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_user_device":{"type":["null","array"],"items":{"type":["null","string"]}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"excluded_geo_locations":{"type":["null","object"],"properties":{"zips":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","integer"]},"primary_city_id":{"type":["null","integer"]}}}},"cities":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"region":{"type":["null","string"]},"country":{"type":["null","string"]},"region_id":{"type":["null","string"]},"distance_unit":{"type":["null","string"]}}}},"regions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"country":{"type":["null","string"]}}}},"countries":{"type":["null","array"],"items":{"type":["null","string"]}},"geo-markets":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"country_groups":{"type":["null","array"],"items":{"type":["null","string"]}},"location_types":{"type":["null","array"],"items":{"type":["null","string"]}},"custom_locations":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"name":{"type":["null","string"]},"radius":{"type":["null","integer"]},"country":{"type":["null","string"]},"latitude":{"type":["null","number"]},"longitude":{"type":["null","number"]},"region_id":{"type":["null","integer"]},"distance_unit":{"type":["null","string"]},"address_string":{"type":["null","string"]},"primary_city_id":{"type":["null","integer"]}}}}}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"targeting_optimization":{"type":["null","string"]},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"audience_network_positions":{"type":["null","array"],"items":{"type":["null","string"]}},"excluded_publisher_categories":{"type":["null","array"],"items":{"type":["null","string"]}}},"definitions":{"id_name_pairs":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"targeting_fields":{"type":["null","object"],"properties":{"moms":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"income":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"politics":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"behaviors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_type":{"$ref$":"targeting.json#/definitions/id_name_pairs"},"interests":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"net_worth":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"generation":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"industries":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"life_events":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"home_ownership":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_employers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"work_positions":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"family_statuses":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"user_adclusters":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"education_majors":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"household_composition":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"relationship_statuses":{"type":["null","array"],"items":{"type":["null","integer"]}},"friends_of_connections":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}},"excluded_custom_audiences":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]},"name":{"type":["null","string"]}}}}}}}},"account_id":{"type":["null","string"]},"start_time":{"type":["null","string"],"format":"date-time"},"campaign_id":{"type":["null","string"]},"created_time":{"type":["null","string"],"format":"date-time"},"daily_budget":{"type":["null","number"],"maximum":100000000000000000000000000000000,"minimum":-100000000000000000000000000000000,"multipleOf":1.0E-6,"exclusiveMaximum":true,"exclusiveMinimum":true},"updated_time":{"type":["null","string"],"format":"date-time"},"lifetime_budget":{"type":["null","number"],"maximum":100000000000000000000000000000000,"minimum":-100000000000000000000000000000000,"multipleOf":1.0E-6,"exclusiveMaximum":true,"exclusiveMinimum":true},"promoted_object":{"type":["null","object"],"properties":{"page_id":{"type":["null","string"]},"offer_id":{"type":["null","string"]},"pixel_id":{"type":["null","string"]},"pixel_rule":{"type":["null","string"]},"application_id":{"type":["null","string"]},"product_set_id":{"type":["null","string"]},"object_store_url":{"type":["null","string"]},"custom_event_type":{"type":["null","string"]}}},"budget_remaining":{"type":["null","number"],"maximum":100000000000000000000000000000000,"minimum":-100000000000000000000000000000000,"multipleOf":1.0E-6,"exclusiveMaximum":true,"exclusiveMinimum":true},"effective_status":{"type":["null","string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@7e915ea4[stream=io.airbyte.protocol.models.AirbyteStream@587b16e1[name=campaigns,jsonSchema={"type":["null","object"],"properties":{"id":{"type":["null","string"]},"ads":{"type":["null","object"],"properties":{"data":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","string"]}}}}}},"name":{"type":["null","string"]},"adlabels":{"type":["null","array"],"items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"created_time":{"type":"string","format":"date-time"},"updated_time":{"type":"string","format":"date-time"}}}},"objective":{"type":["null","string"]},"spend_cap":{"type":["null","number"]},"account_id":{"type":["null","string"]},"start_time":{"type":"string","format":"date-time"},"buying_type":{"type":["null","string"]},"updated_time":{"type":"string","format":"date-time"},"effective_status":{"type":["null","string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[],additionalProperties={}]],additionalProperties={}]] 2021-05-29 17:24:38 INFO (/tmp/workspace/535/0) TemporalAttemptExecution(get):111 - Executing worker wrapper. Airbyte version: 0.24.2-alpha 2021-05-29 17:24:38 INFO (/tmp/workspace/535/0) DefaultNormalizationWorker(run):61 - Running normalization. 2021-05-29 17:24:38 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Checking if airbyte/normalization:0.1.30 exists... 2021-05-29 17:24:38 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - airbyte/normalization:0.1.30 was found locally. 2021-05-29 17:24:38 INFO (/tmp/workspace/535/0) DockerProcessBuilderFactory(create):111 - Preparing command: docker run --rm --init -i -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -w /data/535/0/normalize --network host airbyte/normalization:0.1.30 run --integration-type bigquery --config destination_config.json --catalog destination_catalog.json 2021-05-29 17:24:38 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Running: transform-config --config destination_config.json --integration-type bigquery --out /data/535/0/normalize 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Namespace(config='destination_config.json', integration_type=, out='/data/535/0/normalize') 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - transform_bigquery 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Running: transform-catalog --integration-type bigquery --profile-config-dir /data/535/0/normalize --catalog destination_catalog.json --out /data/535/0/normalize/models/generated/ --json-column _airbyte_data 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Processing destination_catalog.json... 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_ab1_278.sql from ads 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_ab2_278.sql from ads 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_ab3_278.sql from ads 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_bee.sql from ads 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_ab1_a99.sql from ads_insights_age_and_gender 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_ab2_a99.sql from ads_insights_age_and_gender 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_ab3_a99.sql from ads_insights_age_and_gender 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_d27.sql from ads_insights_age_and_gender 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_ab1_213.sql from ads_insights_platform_and_device 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_ab2_213.sql from ads_insights_platform_and_device 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_ab3_213.sql from ads_insights_platform_and_device 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_9d1.sql from ads_insights_platform_and_device 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_ab1_d2c.sql from adsets 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_ab2_d2c.sql from adsets 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_ab3_d2c.sql from adsets 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_4c5.sql from adsets 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/campaigns_ab1_898.sql from campaigns 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/campaigns_ab2_898.sql from campaigns 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/campaigns_ab3_898.sql from campaigns 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/campaigns_cda.sql from campaigns 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_1ad_adlabels_ab1_4c9.sql from ads/adlabels 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_1ad_adlabels_ab2_4c9.sql from ads/adlabels 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_1ad_adlabels_ab3_4c9.sql from ads/adlabels 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_1ad_adlabels_245.sql from ads/adlabels 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_413_bid_info_ab1_9a4.sql from ads/bid_info 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_413_bid_info_ab2_9a4.sql from ads/bid_info 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_413_bid_info_ab3_9a4.sql from ads/bid_info 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_413_bid_info_b03.sql from ads/bid_info 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_023_creative_ab1_8ed.sql from ads/creative 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_023_creative_ab2_8ed.sql from ads/creative 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_023_creative_ab3_8ed.sql from ads/creative 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_023_creative_900.sql from ads/creative 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_269_targeting_ab1_0c5.sql from ads/targeting 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_269_targeting_ab2_0c5.sql from ads/targeting 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_269_targeting_ab3_0c5.sql from ads/targeting 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_269_targeting_ac4.sql from ads/targeting 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_e5d_tracking_specs_ab1_abd.sql from ads/tracking_specs 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_e5d_tracking_specs_ab2_abd.sql from ads/tracking_specs 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_e5d_tracking_specs_ab3_abd.sql from ads/tracking_specs 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_e5d_tracking_specs_05b.sql from ads/tracking_specs 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_de2_recommendations_ab1_dbb.sql from ads/recommendations 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_de2_recommendations_ab2_dbb.sql from ads/recommendations 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_de2_recommendations_ab3_dbb.sql from ads/recommendations 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_de2_recommendations_38d.sql from ads/recommendations 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_a66_conversion_specs_ab1_57e.sql from ads/conversion_specs 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_a66_conversion_specs_ab2_57e.sql from ads/conversion_specs 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_a66_conversion_specs_ab3_57e.sql from ads/conversion_specs 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_a66_conversion_specs_c17.sql from ads/conversion_specs 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_51a_actions_ab1_408.sql from ads_insights_age_and_gender/actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_51a_actions_ab2_408.sql from ads_insights_age_and_gender/actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_51a_actions_ab3_408.sql from ads_insights_age_and_gender/actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_51a_actions_556.sql from ads_insights_age_and_gender/actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_408_conversions_ab1_085.sql from ads_insights_age_and_gender/conversions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_408_conversions_ab2_085.sql from ads_insights_age_and_gender/conversions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_408_conversions_ab3_085.sql from ads_insights_age_and_gender/conversions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_408_conversions_bef.sql from ads_insights_age_and_gender/conversions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_bdc_website_ctr_ab1_b29.sql from ads_insights_age_and_gender/website_ctr 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_bdc_website_ctr_ab2_b29.sql from ads_insights_age_and_gender/website_ctr 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_bdc_website_ctr_ab3_b29.sql from ads_insights_age_and_gender/website_ctr 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_bdc_website_ctr_69d.sql from ads_insights_age_and_gender/website_ctr 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_3fc_action_values_ab1_67c.sql from ads_insights_age_and_gender/action_values 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_3fc_action_values_ab2_67c.sql from ads_insights_age_and_gender/action_values 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_3fc_action_values_ab3_67c.sql from ads_insights_age_and_gender/action_values 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_3fc_action_values_953.sql from ads_insights_age_and_gender/action_values 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_4ac_purchase_roas_ab1_67b.sql from ads_insights_age_and_gender/purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_4ac_purchase_roas_ab2_67b.sql from ads_insights_age_and_gender/purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_4ac_purchase_roas_ab3_67b.sql from ads_insights_age_and_gender/purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_4ac_purchase_roas_ef8.sql from ads_insights_age_and_gender/purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_8aa_unique_actions_ab1_4ad.sql from ads_insights_age_and_gender/unique_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_8aa_unique_actions_ab2_4ad.sql from ads_insights_age_and_gender/unique_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_8aa_unique_actions_ab3_4ad.sql from ads_insights_age_and_gender/unique_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_8aa_unique_actions_47e.sql from ads_insights_age_and_gender/unique_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_026_outbound_clicks_ab1_4e1.sql from ads_insights_age_and_gender/outbound_clicks 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_026_outbound_clicks_ab2_4e1.sql from ads_insights_age_and_gender/outbound_clicks 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_026_outbound_clicks_ab3_4e1.sql from ads_insights_age_and_gender/outbound_clicks 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_026_outbound_clicks_dfb.sql from ads_insights_age_and_gender/outbound_clicks 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_ed1_ad_click_actions_ab1_87c.sql from ads_insights_age_and_gender/ad_click_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_ed1_ad_click_actions_ab2_87c.sql from ads_insights_age_and_gender/ad_click_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_ed1_ad_click_actions_ab3_87c.sql from ads_insights_age_and_gender/ad_click_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_ed1_ad_click_actions_d07.sql from ads_insights_age_and_gender/ad_click_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_c66_conversion_values_ab1_883.sql from ads_insights_age_and_gender/conversion_values 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_c66_conversion_values_ab2_883.sql from ads_insights_age_and_gender/conversion_values 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_c66_conversion_values_ab3_883.sql from ads_insights_age_and_gender/conversion_values 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_c66_conversion_values_ceb.sql from ads_insights_age_and_gender/conversion_values 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_334_cost_per_ad_click_ab1_71c.sql from ads_insights_age_and_gender/cost_per_ad_click 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_334_cost_per_ad_click_ab2_71c.sql from ads_insights_age_and_gender/cost_per_ad_click 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_334_cost_per_ad_click_ab3_71c.sql from ads_insights_age_and_gender/cost_per_ad_click 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_334_cost_per_ad_click_a8a.sql from ads_insights_age_and_gender/cost_per_ad_click 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_311_cost_per_thruplay_ab1_69c.sql from ads_insights_age_and_gender/cost_per_thruplay 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_311_cost_per_thruplay_ab2_69c.sql from ads_insights_age_and_gender/cost_per_thruplay 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_311_cost_per_thruplay_ab3_69c.sql from ads_insights_age_and_gender/cost_per_thruplay 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_311_cost_per_thruplay_700.sql from ads_insights_age_and_gender/cost_per_thruplay 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_4c0_video_play_actions_ab1_0ca.sql from ads_insights_age_and_gender/video_play_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_4c0_video_play_actions_ab2_0ca.sql from ads_insights_age_and_gender/video_play_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_4c0_video_play_actions_ab3_0ca.sql from ads_insights_age_and_gender/video_play_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_4c0_video_play_actions_aa1.sql from ads_insights_age_and_gender/video_play_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_39f_cost_per_conversion_ab1_207.sql from ads_insights_age_and_gender/cost_per_conversion 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_39f_cost_per_conversion_ab2_207.sql from ads_insights_age_and_gender/cost_per_conversion 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_39f_cost_per_conversion_ab3_207.sql from ads_insights_age_and_gender/cost_per_conversion 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_39f_cost_per_conversion_ec2.sql from ads_insights_age_and_gender/cost_per_conversion 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_a26_outbound_clicks_ctr_ab1_0a0.sql from ads_insights_age_and_gender/outbound_clicks_ctr 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_a26_outbound_clicks_ctr_ab2_0a0.sql from ads_insights_age_and_gender/outbound_clicks_ctr 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_a26_outbound_clicks_ctr_ab3_0a0.sql from ads_insights_age_and_gender/outbound_clicks_ctr 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_a26_outbound_clicks_ctr_f41.sql from ads_insights_age_and_gender/outbound_clicks_ctr 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_2b6_store_visit_actions_ab1_ead.sql from ads_insights_age_and_gender/store_visit_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_2b6_store_visit_actions_ab2_ead.sql from ads_insights_age_and_gender/store_visit_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_2b6_store_visit_actions_ab3_ead.sql from ads_insights_age_and_gender/store_visit_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_2b6_store_visit_actions_571.sql from ads_insights_age_and_gender/store_visit_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_3a2_cost_per_action_type_ab1_ad8.sql from ads_insights_age_and_gender/cost_per_action_type 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_3a2_cost_per_action_type_ab2_ad8.sql from ads_insights_age_and_gender/cost_per_action_type 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_3a2_cost_per_action_type_ab3_ad8.sql from ads_insights_age_and_gender/cost_per_action_type 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_3a2_cost_per_action_type_090.sql from ads_insights_age_and_gender/cost_per_action_type 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_b7c_ad_impression_actions_ab1_de7.sql from ads_insights_age_and_gender/ad_impression_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_b7c_ad_impression_actions_ab2_de7.sql from ads_insights_age_and_gender/ad_impression_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_b7c_ad_impression_actions_ab3_de7.sql from ads_insights_age_and_gender/ad_impression_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_b7c_ad_impression_actions_95b.sql from ads_insights_age_and_gender/ad_impression_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_564_catalog_segment_value_ab1_9f0.sql from ads_insights_age_and_gender/catalog_segment_value 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_564_catalog_segment_value_ab2_9f0.sql from ads_insights_age_and_gender/catalog_segment_value 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_564_catalog_segment_value_ab3_9f0.sql from ads_insights_age_and_gender/catalog_segment_value 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_564_catalog_segment_value_1c8.sql from ads_insights_age_and_gender/catalog_segment_value 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_a77_website_purchase_roas_ab1_be4.sql from ads_insights_age_and_gender/website_purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_a77_website_purchase_roas_ab2_be4.sql from ads_insights_age_and_gender/website_purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_a77_website_purchase_roas_ab3_be4.sql from ads_insights_age_and_gender/website_purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_a77_website_purchase_roas_222.sql from ads_insights_age_and_gender/website_purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_45b_unique_outbound_clicks_ab1_b64.sql from ads_insights_age_and_gender/unique_outbound_clicks 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_45b_unique_outbound_clicks_ab2_b64.sql from ads_insights_age_and_gender/unique_outbound_clicks 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_45b_unique_outbound_clicks_ab3_b64.sql from ads_insights_age_and_gender/unique_outbound_clicks 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_45b_unique_outbound_clicks_9fb.sql from ads_insights_age_and_gender/unique_outbound_clicks 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_eea_catalog_segment_actions_ab1_7f1.sql from ads_insights_age_and_gender/catalog_segment_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_eea_catalog_segment_actions_ab2_7f1.sql from ads_insights_age_and_gender/catalog_segment_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_eea_catalog_segment_actions_ab3_7f1.sql from ads_insights_age_and_gender/catalog_segment_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_eea_catalog_segment_actions_77a.sql from ads_insights_age_and_gender/catalog_segment_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_bff_converted_product_value_ab1_a1e.sql from ads_insights_age_and_gender/converted_product_value 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_bff_converted_product_value_ab2_a1e.sql from ads_insights_age_and_gender/converted_product_value 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_bff_converted_product_value_ab3_a1e.sql from ads_insights_age_and_gender/converted_product_value 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_bff_converted_product_value_189.sql from ads_insights_age_and_gender/converted_product_value 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_8c8_cost_per_outbound_click_ab1_b61.sql from ads_insights_age_and_gender/cost_per_outbound_click 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_8c8_cost_per_outbound_click_ab2_b61.sql from ads_insights_age_and_gender/cost_per_outbound_click 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_8c8_cost_per_outbound_click_ab3_b61.sql from ads_insights_age_and_gender/cost_per_outbound_click 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_8c8_cost_per_outbound_click_980.sql from ads_insights_age_and_gender/cost_per_outbound_click 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_d1b_mobile_app_purchase_roas_ab1_9d0.sql from ads_insights_age_and_gender/mobile_app_purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_d1b_mobile_app_purchase_roas_ab2_9d0.sql from ads_insights_age_and_gender/mobile_app_purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_d1b_mobile_app_purchase_roas_ab3_9d0.sql from ads_insights_age_and_gender/mobile_app_purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_d1b_mobile_app_purchase_roas_481.sql from ads_insights_age_and_gender/mobile_app_purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_608_video_play_curve_actions_ab1_5c7.sql from ads_insights_age_and_gender/video_play_curve_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_608_video_play_curve_actions_ab2_5c7.sql from ads_insights_age_and_gender/video_play_curve_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_608_video_play_curve_actions_ab3_5c7.sql from ads_insights_age_and_gender/video_play_curve_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_608_video_play_curve_actions_4b4.sql from ads_insights_age_and_gender/video_play_curve_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_518_video_p25_watched_actions_ab1_d77.sql from ads_insights_age_and_gender/video_p25_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_518_video_p25_watched_actions_ab2_d77.sql from ads_insights_age_and_gender/video_p25_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_518_video_p25_watched_actions_ab3_d77.sql from ads_insights_age_and_gender/video_p25_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_518_video_p25_watched_actions_362.sql from ads_insights_age_and_gender/video_p25_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_d9f_video_p50_watched_actions_ab1_bb8.sql from ads_insights_age_and_gender/video_p50_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_d9f_video_p50_watched_actions_ab2_bb8.sql from ads_insights_age_and_gender/video_p50_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_d9f_video_p50_watched_actions_ab3_bb8.sql from ads_insights_age_and_gender/video_p50_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_d9f_video_p50_watched_actions_6f4.sql from ads_insights_age_and_gender/video_p50_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_cb0_video_p75_watched_actions_ab1_f40.sql from ads_insights_age_and_gender/video_p75_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_cb0_video_p75_watched_actions_ab2_f40.sql from ads_insights_age_and_gender/video_p75_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_cb0_video_p75_watched_actions_ab3_f40.sql from ads_insights_age_and_gender/video_p75_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_cb0_video_p75_watched_actions_2e1.sql from ads_insights_age_and_gender/video_p75_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_505_video_p95_watched_actions_ab1_2d0.sql from ads_insights_age_and_gender/video_p95_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_505_video_p95_watched_actions_ab2_2d0.sql from ads_insights_age_and_gender/video_p95_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_505_video_p95_watched_actions_ab3_2d0.sql from ads_insights_age_and_gender/video_p95_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_505_video_p95_watched_actions_9a4.sql from ads_insights_age_and_gender/video_p95_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_92d_converted_product_quantity_ab1_cf6.sql from ads_insights_age_and_gender/converted_product_quantity 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_92d_converted_product_quantity_ab2_cf6.sql from ads_insights_age_and_gender/converted_product_quantity 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_92d_converted_product_quantity_ab3_cf6.sql from ads_insights_age_and_gender/converted_product_quantity 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_92d_converted_product_quantity_a8e.sql from ads_insights_age_and_gender/converted_product_quantity 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_f93_cost_per_15_sec_video_view_ab1_07d.sql from ads_insights_age_and_gender/cost_per_15_sec_video_view 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_f93_cost_per_15_sec_video_view_ab2_07d.sql from ads_insights_age_and_gender/cost_per_15_sec_video_view 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_f93_cost_per_15_sec_video_view_ab3_07d.sql from ads_insights_age_and_gender/cost_per_15_sec_video_view 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_f93_cost_per_15_sec_video_view_768.sql from ads_insights_age_and_gender/cost_per_15_sec_video_view 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_28e_unique_outbound_clicks_ctr_ab1_6b3.sql from ads_insights_age_and_gender/unique_outbound_clicks_ctr 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_28e_unique_outbound_clicks_ctr_ab2_6b3.sql from ads_insights_age_and_gender/unique_outbound_clicks_ctr 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_28e_unique_outbound_clicks_ctr_ab3_6b3.sql from ads_insights_age_and_gender/unique_outbound_clicks_ctr 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_28e_unique_outbound_clicks_ctr_14e.sql from ads_insights_age_and_gender/unique_outbound_clicks_ctr 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_c4b_video_p100_watched_actions_ab1_cf5.sql from ads_insights_age_and_gender/video_p100_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_c4b_video_p100_watched_actions_ab2_cf5.sql from ads_insights_age_and_gender/video_p100_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_c4b_video_p100_watched_actions_ab3_cf5.sql from ads_insights_age_and_gender/video_p100_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_c4b_video_p100_watched_actions_adb.sql from ads_insights_age_and_gender/video_p100_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_ff8_video_time_watched_actions_ab1_693.sql from ads_insights_age_and_gender/video_time_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_ff8_video_time_watched_actions_ab2_693.sql from ads_insights_age_and_gender/video_time_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_ff8_video_time_watched_actions_ab3_693.sql from ads_insights_age_and_gender/video_time_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_ff8_video_time_watched_actions_68b.sql from ads_insights_age_and_gender/video_time_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_10b_cost_per_store_visit_action_ab1_fb5.sql from ads_insights_age_and_gender/cost_per_store_visit_action 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_10b_cost_per_store_visit_action_ab2_fb5.sql from ads_insights_age_and_gender/cost_per_store_visit_action 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_10b_cost_per_store_visit_action_ab3_fb5.sql from ads_insights_age_and_gender/cost_per_store_visit_action 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_10b_cost_per_store_visit_action_cc5.sql from ads_insights_age_and_gender/cost_per_store_visit_action 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_c19_cost_per_unique_action_type_ab1_5e2.sql from ads_insights_age_and_gender/cost_per_unique_action_type 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_c19_cost_per_unique_action_type_ab2_5e2.sql from ads_insights_age_and_gender/cost_per_unique_action_type 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_c19_cost_per_unique_action_type_ab3_5e2.sql from ads_insights_age_and_gender/cost_per_unique_action_type 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_c19_cost_per_unique_action_type_f99.sql from ads_insights_age_and_gender/cost_per_unique_action_type 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_562_video_15_sec_watched_actions_ab1_d55.sql from ads_insights_age_and_gender/video_15_sec_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_562_video_15_sec_watched_actions_ab2_d55.sql from ads_insights_age_and_gender/video_15_sec_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_562_video_15_sec_watched_actions_ab3_d55.sql from ads_insights_age_and_gender/video_15_sec_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_562_video_15_sec_watched_actions_978.sql from ads_insights_age_and_gender/video_15_sec_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_752_video_30_sec_watched_actions_ab1_660.sql from ads_insights_age_and_gender/video_30_sec_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_752_video_30_sec_watched_actions_ab2_660.sql from ads_insights_age_and_gender/video_30_sec_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_752_video_30_sec_watched_actions_ab3_660.sql from ads_insights_age_and_gender/video_30_sec_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_752_video_30_sec_watched_actions_e70.sql from ads_insights_age_and_gender/video_30_sec_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_f47_cost_per_unique_outbound_click_ab1_793.sql from ads_insights_age_and_gender/cost_per_unique_outbound_click 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_f47_cost_per_unique_outbound_click_ab2_793.sql from ads_insights_age_and_gender/cost_per_unique_outbound_click 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_f47_cost_per_unique_outbound_click_ab3_793.sql from ads_insights_age_and_gender/cost_per_unique_outbound_click 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_f47_cost_per_unique_outbound_click_a3d.sql from ads_insights_age_and_gender/cost_per_unique_outbound_click 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_606_video_avg_time_watched_actions_ab1_d0a.sql from ads_insights_age_and_gender/video_avg_time_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_606_video_avg_time_watched_actions_ab2_d0a.sql from ads_insights_age_and_gender/video_avg_time_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_606_video_avg_time_watched_actions_ab3_d0a.sql from ads_insights_age_and_gender/video_avg_time_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_606_video_avg_time_watched_actions_7c1.sql from ads_insights_age_and_gender/video_avg_time_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_c2a_video_play_retention_graph_actions_ab1_99d.sql from ads_insights_age_and_gender/video_play_retention_graph_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_c2a_video_play_retention_graph_actions_ab2_99d.sql from ads_insights_age_and_gender/video_play_retention_graph_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_c2a_video_play_retention_graph_actions_ab3_99d.sql from ads_insights_age_and_gender/video_play_retention_graph_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_c2a_video_play_retention_graph_actions_e74.sql from ads_insights_age_and_gender/video_play_retention_graph_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_910_cost_per_2_sec_continuous_video_view_ab1_d50.sql from ads_insights_age_and_gender/cost_per_2_sec_continuous_video_view 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_910_cost_per_2_sec_continuous_video_view_ab2_d50.sql from ads_insights_age_and_gender/cost_per_2_sec_continuous_video_view 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_910_cost_per_2_sec_continuous_video_view_ab3_d50.sql from ads_insights_age_and_gender/cost_per_2_sec_continuous_video_view 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_910_cost_per_2_sec_continuous_video_view_a67.sql from ads_insights_age_and_gender/cost_per_2_sec_continuous_video_view 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_cac_video_play_retention_0_to_15s_actions_ab1_b7b.sql from ads_insights_age_and_gender/video_play_retention_0_to_15s_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_cac_video_play_retention_0_to_15s_actions_ab2_b7b.sql from ads_insights_age_and_gender/video_play_retention_0_to_15s_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_cac_video_play_retention_0_to_15s_actions_ab3_b7b.sql from ads_insights_age_and_gender/video_play_retention_0_to_15s_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_cac_video_play_retention_0_to_15s_actions_fb5.sql from ads_insights_age_and_gender/video_play_retention_0_to_15s_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_619_video_continuous_2_sec_watched_actions_ab1_943.sql from ads_insights_age_and_gender/video_continuous_2_sec_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_619_video_continuous_2_sec_watched_actions_ab2_943.sql from ads_insights_age_and_gender/video_continuous_2_sec_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_619_video_continuous_2_sec_watched_actions_ab3_943.sql from ads_insights_age_and_gender/video_continuous_2_sec_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_619_video_continuous_2_sec_watched_actions_6a5.sql from ads_insights_age_and_gender/video_continuous_2_sec_watched_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_818_video_play_retention_20_to_60s_actions_ab1_9dd.sql from ads_insights_age_and_gender/video_play_retention_20_to_60s_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_818_video_play_retention_20_to_60s_actions_ab2_9dd.sql from ads_insights_age_and_gender/video_play_retention_20_to_60s_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_818_video_play_retention_20_to_60s_actions_ab3_9dd.sql from ads_insights_age_and_gender/video_play_retention_20_to_60s_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_818_video_play_retention_20_to_60s_actions_6c6.sql from ads_insights_age_and_gender/video_play_retention_20_to_60s_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_aba_catalog_segment_value_omni_purchase_roas_ab1_879.sql from ads_insights_age_and_gender/catalog_segment_value_omni_purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_aba_catalog_segment_value_omni_purchase_roas_ab2_879.sql from ads_insights_age_and_gender/catalog_segment_value_omni_purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_aba_catalog_segment_value_omni_purchase_roas_ab3_879.sql from ads_insights_age_and_gender/catalog_segment_value_omni_purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_aba_catalog_segment_value_omni_purchase_roas_651.sql from ads_insights_age_and_gender/catalog_segment_value_omni_purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_b3a_catalog_segment_value_mobile_purchase_roas_ab1_ac9.sql from ads_insights_age_and_gender/catalog_segment_value_mobile_purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_b3a_catalog_segment_value_mobile_purchase_roas_ab2_ac9.sql from ads_insights_age_and_gender/catalog_segment_value_mobile_purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_b3a_catalog_segment_value_mobile_purchase_roas_ab3_ac9.sql from ads_insights_age_and_gender/catalog_segment_value_mobile_purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_b3a_catalog_segment_value_mobile_purchase_roas_137.sql from ads_insights_age_and_gender/catalog_segment_value_mobile_purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_c81_catalog_segment_value_website_purchase_roas_ab1_d04.sql from ads_insights_age_and_gender/catalog_segment_value_website_purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_c81_catalog_segment_value_website_purchase_roas_ab2_d04.sql from ads_insights_age_and_gender/catalog_segment_value_website_purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_age_and_gender_c81_catalog_segment_value_website_purchase_roas_ab3_d04.sql from ads_insights_age_and_gender/catalog_segment_value_website_purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_age_and_gender_c81_catalog_segment_value_website_purchase_roas_7cd.sql from ads_insights_age_and_gender/catalog_segment_value_website_purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_a25_actions_ab1_408.sql from ads_insights_platform_and_device/actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_a25_actions_ab2_408.sql from ads_insights_platform_and_device/actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_a25_actions_ab3_408.sql from ads_insights_platform_and_device/actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_a25_actions_556.sql from ads_insights_platform_and_device/actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_574_conversions_ab1_085.sql from ads_insights_platform_and_device/conversions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_574_conversions_ab2_085.sql from ads_insights_platform_and_device/conversions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_574_conversions_ab3_085.sql from ads_insights_platform_and_device/conversions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_574_conversions_bef.sql from ads_insights_platform_and_device/conversions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_ae0_website_ctr_ab1_b29.sql from ads_insights_platform_and_device/website_ctr 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_ae0_website_ctr_ab2_b29.sql from ads_insights_platform_and_device/website_ctr 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_ae0_website_ctr_ab3_b29.sql from ads_insights_platform_and_device/website_ctr 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_ae0_website_ctr_69d.sql from ads_insights_platform_and_device/website_ctr 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_8b4_action_values_ab1_67c.sql from ads_insights_platform_and_device/action_values 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_8b4_action_values_ab2_67c.sql from ads_insights_platform_and_device/action_values 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_8b4_action_values_ab3_67c.sql from ads_insights_platform_and_device/action_values 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_8b4_action_values_953.sql from ads_insights_platform_and_device/action_values 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_842_purchase_roas_ab1_67b.sql from ads_insights_platform_and_device/purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_842_purchase_roas_ab2_67b.sql from ads_insights_platform_and_device/purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_842_purchase_roas_ab3_67b.sql from ads_insights_platform_and_device/purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_842_purchase_roas_ef8.sql from ads_insights_platform_and_device/purchase_roas 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_776_unique_actions_ab1_4ad.sql from ads_insights_platform_and_device/unique_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_776_unique_actions_ab2_4ad.sql from ads_insights_platform_and_device/unique_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_776_unique_actions_ab3_4ad.sql from ads_insights_platform_and_device/unique_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_776_unique_actions_47e.sql from ads_insights_platform_and_device/unique_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_716_outbound_clicks_ab1_4e1.sql from ads_insights_platform_and_device/outbound_clicks 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_716_outbound_clicks_ab2_4e1.sql from ads_insights_platform_and_device/outbound_clicks 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_716_outbound_clicks_ab3_4e1.sql from ads_insights_platform_and_device/outbound_clicks 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_716_outbound_clicks_dfb.sql from ads_insights_platform_and_device/outbound_clicks 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_170_ad_click_actions_ab1_87c.sql from ads_insights_platform_and_device/ad_click_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_170_ad_click_actions_ab2_87c.sql from ads_insights_platform_and_device/ad_click_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_170_ad_click_actions_ab3_87c.sql from ads_insights_platform_and_device/ad_click_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_170_ad_click_actions_d07.sql from ads_insights_platform_and_device/ad_click_actions 2021-05-29 17:24:39 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_12b_conversion_values_ab1_883.sql from ads_insights_platform_and_device/conversion_values 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_12b_conversion_values_ab2_883.sql from ads_insights_platform_and_device/conversion_values 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_12b_conversion_values_ab3_883.sql from ads_insights_platform_and_device/conversion_values 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_12b_conversion_values_ceb.sql from ads_insights_platform_and_device/conversion_values 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_cd3_cost_per_ad_click_ab1_71c.sql from ads_insights_platform_and_device/cost_per_ad_click 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_cd3_cost_per_ad_click_ab2_71c.sql from ads_insights_platform_and_device/cost_per_ad_click 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_cd3_cost_per_ad_click_ab3_71c.sql from ads_insights_platform_and_device/cost_per_ad_click 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_cd3_cost_per_ad_click_a8a.sql from ads_insights_platform_and_device/cost_per_ad_click 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_29a_cost_per_thruplay_ab1_69c.sql from ads_insights_platform_and_device/cost_per_thruplay 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_29a_cost_per_thruplay_ab2_69c.sql from ads_insights_platform_and_device/cost_per_thruplay 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_29a_cost_per_thruplay_ab3_69c.sql from ads_insights_platform_and_device/cost_per_thruplay 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_29a_cost_per_thruplay_700.sql from ads_insights_platform_and_device/cost_per_thruplay 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_64f_video_play_actions_ab1_0ca.sql from ads_insights_platform_and_device/video_play_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_64f_video_play_actions_ab2_0ca.sql from ads_insights_platform_and_device/video_play_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_64f_video_play_actions_ab3_0ca.sql from ads_insights_platform_and_device/video_play_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_64f_video_play_actions_aa1.sql from ads_insights_platform_and_device/video_play_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_3b7_cost_per_conversion_ab1_207.sql from ads_insights_platform_and_device/cost_per_conversion 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_3b7_cost_per_conversion_ab2_207.sql from ads_insights_platform_and_device/cost_per_conversion 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_3b7_cost_per_conversion_ab3_207.sql from ads_insights_platform_and_device/cost_per_conversion 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_3b7_cost_per_conversion_ec2.sql from ads_insights_platform_and_device/cost_per_conversion 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_ac4_outbound_clicks_ctr_ab1_0a0.sql from ads_insights_platform_and_device/outbound_clicks_ctr 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_ac4_outbound_clicks_ctr_ab2_0a0.sql from ads_insights_platform_and_device/outbound_clicks_ctr 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_ac4_outbound_clicks_ctr_ab3_0a0.sql from ads_insights_platform_and_device/outbound_clicks_ctr 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_ac4_outbound_clicks_ctr_f41.sql from ads_insights_platform_and_device/outbound_clicks_ctr 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_e49_store_visit_actions_ab1_ead.sql from ads_insights_platform_and_device/store_visit_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_e49_store_visit_actions_ab2_ead.sql from ads_insights_platform_and_device/store_visit_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_e49_store_visit_actions_ab3_ead.sql from ads_insights_platform_and_device/store_visit_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_e49_store_visit_actions_571.sql from ads_insights_platform_and_device/store_visit_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_9cd_cost_per_action_type_ab1_ad8.sql from ads_insights_platform_and_device/cost_per_action_type 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_9cd_cost_per_action_type_ab2_ad8.sql from ads_insights_platform_and_device/cost_per_action_type 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_9cd_cost_per_action_type_ab3_ad8.sql from ads_insights_platform_and_device/cost_per_action_type 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_9cd_cost_per_action_type_090.sql from ads_insights_platform_and_device/cost_per_action_type 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_104_ad_impression_actions_ab1_de7.sql from ads_insights_platform_and_device/ad_impression_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_104_ad_impression_actions_ab2_de7.sql from ads_insights_platform_and_device/ad_impression_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_104_ad_impression_actions_ab3_de7.sql from ads_insights_platform_and_device/ad_impression_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_104_ad_impression_actions_95b.sql from ads_insights_platform_and_device/ad_impression_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_f1f_catalog_segment_value_ab1_9f0.sql from ads_insights_platform_and_device/catalog_segment_value 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_f1f_catalog_segment_value_ab2_9f0.sql from ads_insights_platform_and_device/catalog_segment_value 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_f1f_catalog_segment_value_ab3_9f0.sql from ads_insights_platform_and_device/catalog_segment_value 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_f1f_catalog_segment_value_1c8.sql from ads_insights_platform_and_device/catalog_segment_value 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_bac_website_purchase_roas_ab1_be4.sql from ads_insights_platform_and_device/website_purchase_roas 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_bac_website_purchase_roas_ab2_be4.sql from ads_insights_platform_and_device/website_purchase_roas 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_bac_website_purchase_roas_ab3_be4.sql from ads_insights_platform_and_device/website_purchase_roas 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_bac_website_purchase_roas_222.sql from ads_insights_platform_and_device/website_purchase_roas 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_38c_unique_outbound_clicks_ab1_b64.sql from ads_insights_platform_and_device/unique_outbound_clicks 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_38c_unique_outbound_clicks_ab2_b64.sql from ads_insights_platform_and_device/unique_outbound_clicks 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_38c_unique_outbound_clicks_ab3_b64.sql from ads_insights_platform_and_device/unique_outbound_clicks 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_38c_unique_outbound_clicks_9fb.sql from ads_insights_platform_and_device/unique_outbound_clicks 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_caf_catalog_segment_actions_ab1_7f1.sql from ads_insights_platform_and_device/catalog_segment_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_caf_catalog_segment_actions_ab2_7f1.sql from ads_insights_platform_and_device/catalog_segment_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_caf_catalog_segment_actions_ab3_7f1.sql from ads_insights_platform_and_device/catalog_segment_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_caf_catalog_segment_actions_77a.sql from ads_insights_platform_and_device/catalog_segment_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_55d_converted_product_value_ab1_a1e.sql from ads_insights_platform_and_device/converted_product_value 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_55d_converted_product_value_ab2_a1e.sql from ads_insights_platform_and_device/converted_product_value 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_55d_converted_product_value_ab3_a1e.sql from ads_insights_platform_and_device/converted_product_value 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_55d_converted_product_value_189.sql from ads_insights_platform_and_device/converted_product_value 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_0fb_cost_per_outbound_click_ab1_b61.sql from ads_insights_platform_and_device/cost_per_outbound_click 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_0fb_cost_per_outbound_click_ab2_b61.sql from ads_insights_platform_and_device/cost_per_outbound_click 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_0fb_cost_per_outbound_click_ab3_b61.sql from ads_insights_platform_and_device/cost_per_outbound_click 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_0fb_cost_per_outbound_click_980.sql from ads_insights_platform_and_device/cost_per_outbound_click 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_6e0_mobile_app_purchase_roas_ab1_9d0.sql from ads_insights_platform_and_device/mobile_app_purchase_roas 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_6e0_mobile_app_purchase_roas_ab2_9d0.sql from ads_insights_platform_and_device/mobile_app_purchase_roas 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_6e0_mobile_app_purchase_roas_ab3_9d0.sql from ads_insights_platform_and_device/mobile_app_purchase_roas 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_6e0_mobile_app_purchase_roas_481.sql from ads_insights_platform_and_device/mobile_app_purchase_roas 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_59b_video_play_curve_actions_ab1_5c7.sql from ads_insights_platform_and_device/video_play_curve_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_59b_video_play_curve_actions_ab2_5c7.sql from ads_insights_platform_and_device/video_play_curve_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_59b_video_play_curve_actions_ab3_5c7.sql from ads_insights_platform_and_device/video_play_curve_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_59b_video_play_curve_actions_4b4.sql from ads_insights_platform_and_device/video_play_curve_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_345_video_p25_watched_actions_ab1_d77.sql from ads_insights_platform_and_device/video_p25_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_345_video_p25_watched_actions_ab2_d77.sql from ads_insights_platform_and_device/video_p25_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_345_video_p25_watched_actions_ab3_d77.sql from ads_insights_platform_and_device/video_p25_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_345_video_p25_watched_actions_362.sql from ads_insights_platform_and_device/video_p25_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_2b6_video_p50_watched_actions_ab1_bb8.sql from ads_insights_platform_and_device/video_p50_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_2b6_video_p50_watched_actions_ab2_bb8.sql from ads_insights_platform_and_device/video_p50_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_2b6_video_p50_watched_actions_ab3_bb8.sql from ads_insights_platform_and_device/video_p50_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_2b6_video_p50_watched_actions_6f4.sql from ads_insights_platform_and_device/video_p50_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_abb_video_p75_watched_actions_ab1_f40.sql from ads_insights_platform_and_device/video_p75_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_abb_video_p75_watched_actions_ab2_f40.sql from ads_insights_platform_and_device/video_p75_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_abb_video_p75_watched_actions_ab3_f40.sql from ads_insights_platform_and_device/video_p75_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_abb_video_p75_watched_actions_2e1.sql from ads_insights_platform_and_device/video_p75_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_272_video_p95_watched_actions_ab1_2d0.sql from ads_insights_platform_and_device/video_p95_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_272_video_p95_watched_actions_ab2_2d0.sql from ads_insights_platform_and_device/video_p95_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_272_video_p95_watched_actions_ab3_2d0.sql from ads_insights_platform_and_device/video_p95_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_272_video_p95_watched_actions_9a4.sql from ads_insights_platform_and_device/video_p95_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_e62_converted_product_quantity_ab1_cf6.sql from ads_insights_platform_and_device/converted_product_quantity 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_e62_converted_product_quantity_ab2_cf6.sql from ads_insights_platform_and_device/converted_product_quantity 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_e62_converted_product_quantity_ab3_cf6.sql from ads_insights_platform_and_device/converted_product_quantity 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_e62_converted_product_quantity_a8e.sql from ads_insights_platform_and_device/converted_product_quantity 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_082_cost_per_15_sec_video_view_ab1_07d.sql from ads_insights_platform_and_device/cost_per_15_sec_video_view 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_082_cost_per_15_sec_video_view_ab2_07d.sql from ads_insights_platform_and_device/cost_per_15_sec_video_view 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_082_cost_per_15_sec_video_view_ab3_07d.sql from ads_insights_platform_and_device/cost_per_15_sec_video_view 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_082_cost_per_15_sec_video_view_768.sql from ads_insights_platform_and_device/cost_per_15_sec_video_view 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_a53_unique_outbound_clicks_ctr_ab1_6b3.sql from ads_insights_platform_and_device/unique_outbound_clicks_ctr 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_a53_unique_outbound_clicks_ctr_ab2_6b3.sql from ads_insights_platform_and_device/unique_outbound_clicks_ctr 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_a53_unique_outbound_clicks_ctr_ab3_6b3.sql from ads_insights_platform_and_device/unique_outbound_clicks_ctr 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_a53_unique_outbound_clicks_ctr_14e.sql from ads_insights_platform_and_device/unique_outbound_clicks_ctr 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_ab9_video_p100_watched_actions_ab1_cf5.sql from ads_insights_platform_and_device/video_p100_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_ab9_video_p100_watched_actions_ab2_cf5.sql from ads_insights_platform_and_device/video_p100_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_ab9_video_p100_watched_actions_ab3_cf5.sql from ads_insights_platform_and_device/video_p100_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_ab9_video_p100_watched_actions_adb.sql from ads_insights_platform_and_device/video_p100_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_e0e_video_time_watched_actions_ab1_693.sql from ads_insights_platform_and_device/video_time_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_e0e_video_time_watched_actions_ab2_693.sql from ads_insights_platform_and_device/video_time_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_e0e_video_time_watched_actions_ab3_693.sql from ads_insights_platform_and_device/video_time_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_e0e_video_time_watched_actions_68b.sql from ads_insights_platform_and_device/video_time_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_d1d_cost_per_store_visit_action_ab1_fb5.sql from ads_insights_platform_and_device/cost_per_store_visit_action 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_d1d_cost_per_store_visit_action_ab2_fb5.sql from ads_insights_platform_and_device/cost_per_store_visit_action 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_d1d_cost_per_store_visit_action_ab3_fb5.sql from ads_insights_platform_and_device/cost_per_store_visit_action 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_d1d_cost_per_store_visit_action_cc5.sql from ads_insights_platform_and_device/cost_per_store_visit_action 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_a63_cost_per_unique_action_type_ab1_5e2.sql from ads_insights_platform_and_device/cost_per_unique_action_type 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_a63_cost_per_unique_action_type_ab2_5e2.sql from ads_insights_platform_and_device/cost_per_unique_action_type 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_a63_cost_per_unique_action_type_ab3_5e2.sql from ads_insights_platform_and_device/cost_per_unique_action_type 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_a63_cost_per_unique_action_type_f99.sql from ads_insights_platform_and_device/cost_per_unique_action_type 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_62b_video_15_sec_watched_actions_ab1_d55.sql from ads_insights_platform_and_device/video_15_sec_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_62b_video_15_sec_watched_actions_ab2_d55.sql from ads_insights_platform_and_device/video_15_sec_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_62b_video_15_sec_watched_actions_ab3_d55.sql from ads_insights_platform_and_device/video_15_sec_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_62b_video_15_sec_watched_actions_978.sql from ads_insights_platform_and_device/video_15_sec_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_832_video_30_sec_watched_actions_ab1_660.sql from ads_insights_platform_and_device/video_30_sec_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_832_video_30_sec_watched_actions_ab2_660.sql from ads_insights_platform_and_device/video_30_sec_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_832_video_30_sec_watched_actions_ab3_660.sql from ads_insights_platform_and_device/video_30_sec_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_832_video_30_sec_watched_actions_e70.sql from ads_insights_platform_and_device/video_30_sec_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_95b_cost_per_unique_outbound_click_ab1_793.sql from ads_insights_platform_and_device/cost_per_unique_outbound_click 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_95b_cost_per_unique_outbound_click_ab2_793.sql from ads_insights_platform_and_device/cost_per_unique_outbound_click 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_95b_cost_per_unique_outbound_click_ab3_793.sql from ads_insights_platform_and_device/cost_per_unique_outbound_click 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_95b_cost_per_unique_outbound_click_a3d.sql from ads_insights_platform_and_device/cost_per_unique_outbound_click 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_5d0_video_avg_time_watched_actions_ab1_d0a.sql from ads_insights_platform_and_device/video_avg_time_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_5d0_video_avg_time_watched_actions_ab2_d0a.sql from ads_insights_platform_and_device/video_avg_time_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_5d0_video_avg_time_watched_actions_ab3_d0a.sql from ads_insights_platform_and_device/video_avg_time_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_5d0_video_avg_time_watched_actions_7c1.sql from ads_insights_platform_and_device/video_avg_time_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_676_video_play_retention_graph_actions_ab1_99d.sql from ads_insights_platform_and_device/video_play_retention_graph_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_676_video_play_retention_graph_actions_ab2_99d.sql from ads_insights_platform_and_device/video_play_retention_graph_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_676_video_play_retention_graph_actions_ab3_99d.sql from ads_insights_platform_and_device/video_play_retention_graph_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_676_video_play_retention_graph_actions_e74.sql from ads_insights_platform_and_device/video_play_retention_graph_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_b78_cost_per_2_sec_continuous_video_view_ab1_d50.sql from ads_insights_platform_and_device/cost_per_2_sec_continuous_video_view 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_b78_cost_per_2_sec_continuous_video_view_ab2_d50.sql from ads_insights_platform_and_device/cost_per_2_sec_continuous_video_view 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_b78_cost_per_2_sec_continuous_video_view_ab3_d50.sql from ads_insights_platform_and_device/cost_per_2_sec_continuous_video_view 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_b78_cost_per_2_sec_continuous_video_view_a67.sql from ads_insights_platform_and_device/cost_per_2_sec_continuous_video_view 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_747_video_play_retention_0_to_15s_actions_ab1_b7b.sql from ads_insights_platform_and_device/video_play_retention_0_to_15s_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_747_video_play_retention_0_to_15s_actions_ab2_b7b.sql from ads_insights_platform_and_device/video_play_retention_0_to_15s_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_747_video_play_retention_0_to_15s_actions_ab3_b7b.sql from ads_insights_platform_and_device/video_play_retention_0_to_15s_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_747_video_play_retention_0_to_15s_actions_fb5.sql from ads_insights_platform_and_device/video_play_retention_0_to_15s_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_0ba_video_continuous_2_sec_watched_actions_ab1_943.sql from ads_insights_platform_and_device/video_continuous_2_sec_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_0ba_video_continuous_2_sec_watched_actions_ab2_943.sql from ads_insights_platform_and_device/video_continuous_2_sec_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_0ba_video_continuous_2_sec_watched_actions_ab3_943.sql from ads_insights_platform_and_device/video_continuous_2_sec_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_0ba_video_continuous_2_sec_watched_actions_6a5.sql from ads_insights_platform_and_device/video_continuous_2_sec_watched_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_6a6_video_play_retention_20_to_60s_actions_ab1_9dd.sql from ads_insights_platform_and_device/video_play_retention_20_to_60s_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_6a6_video_play_retention_20_to_60s_actions_ab2_9dd.sql from ads_insights_platform_and_device/video_play_retention_20_to_60s_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_6a6_video_play_retention_20_to_60s_actions_ab3_9dd.sql from ads_insights_platform_and_device/video_play_retention_20_to_60s_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_6a6_video_play_retention_20_to_60s_actions_6c6.sql from ads_insights_platform_and_device/video_play_retention_20_to_60s_actions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_c48_catalog_segment_value_omni_purchase_roas_ab1_879.sql from ads_insights_platform_and_device/catalog_segment_value_omni_purchase_roas 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_c48_catalog_segment_value_omni_purchase_roas_ab2_879.sql from ads_insights_platform_and_device/catalog_segment_value_omni_purchase_roas 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_c48_catalog_segment_value_omni_purchase_roas_ab3_879.sql from ads_insights_platform_and_device/catalog_segment_value_omni_purchase_roas 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_c48_catalog_segment_value_omni_purchase_roas_651.sql from ads_insights_platform_and_device/catalog_segment_value_omni_purchase_roas 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_ce1_catalog_segment_value_mobile_purchase_roas_ab1_ac9.sql from ads_insights_platform_and_device/catalog_segment_value_mobile_purchase_roas 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_ce1_catalog_segment_value_mobile_purchase_roas_ab2_ac9.sql from ads_insights_platform_and_device/catalog_segment_value_mobile_purchase_roas 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_ce1_catalog_segment_value_mobile_purchase_roas_ab3_ac9.sql from ads_insights_platform_and_device/catalog_segment_value_mobile_purchase_roas 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_ce1_catalog_segment_value_mobile_purchase_roas_137.sql from ads_insights_platform_and_device/catalog_segment_value_mobile_purchase_roas 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_d9e_catalog_segment_value_website_purchase_roas_ab1_d04.sql from ads_insights_platform_and_device/catalog_segment_value_website_purchase_roas 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_d9e_catalog_segment_value_website_purchase_roas_ab2_d04.sql from ads_insights_platform_and_device/catalog_segment_value_website_purchase_roas 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_insights_platform_and_device_d9e_catalog_segment_value_website_purchase_roas_ab3_d04.sql from ads_insights_platform_and_device/catalog_segment_value_website_purchase_roas 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_insights_platform_and_device_d9e_catalog_segment_value_website_purchase_roas_7cd.sql from ads_insights_platform_and_device/catalog_segment_value_website_purchase_roas 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_b01_adlabels_ab1_4c9.sql from adsets/adlabels 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_b01_adlabels_ab2_4c9.sql from adsets/adlabels 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_b01_adlabels_ab3_4c9.sql from adsets/adlabels 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_b01_adlabels_245.sql from adsets/adlabels 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_0a6_bid_info_ab1_9a4.sql from adsets/bid_info 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_0a6_bid_info_ab2_9a4.sql from adsets/bid_info 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_0a6_bid_info_ab3_9a4.sql from adsets/bid_info 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_0a6_bid_info_b03.sql from adsets/bid_info 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_ffe_targeting_ab1_0c5.sql from adsets/targeting 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_ffe_targeting_ab2_0c5.sql from adsets/targeting 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_ffe_targeting_ab3_0c5.sql from adsets/targeting 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_ffe_targeting_ac4.sql from adsets/targeting 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_9e3_promoted_object_ab1_655.sql from adsets/promoted_object 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_9e3_promoted_object_ab2_655.sql from adsets/promoted_object 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_9e3_promoted_object_ab3_655.sql from adsets/promoted_object 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_9e3_promoted_object_917.sql from adsets/promoted_object 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/campaigns_aef_ads_ab1_278.sql from campaigns/ads 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/campaigns_aef_ads_ab2_278.sql from campaigns/ads 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/campaigns_aef_ads_ab3_278.sql from campaigns/ads 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/campaigns_aef_ads_bee.sql from campaigns/ads 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/campaigns_9ed_adlabels_ab1_4c9.sql from campaigns/adlabels 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/campaigns_9ed_adlabels_ab2_4c9.sql from campaigns/adlabels 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/campaigns_9ed_adlabels_ab3_4c9.sql from campaigns/adlabels 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/campaigns_9ed_adlabels_245.sql from campaigns/adlabels 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_4e9_moms_ab1_aee.sql from ads/targeting/moms 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_4e9_moms_ab2_aee.sql from ads/targeting/moms 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_4e9_moms_ab3_aee.sql from ads/targeting/moms 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_4e9_moms_3b0.sql from ads/targeting/moms 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_ed5_income_ab1_831.sql from ads/targeting/income 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_ed5_income_ab2_831.sql from ads/targeting/income 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_ed5_income_ab3_831.sql from ads/targeting/income 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_ed5_income_caf.sql from ads/targeting/income 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'genders' from ads/targeting/genders because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'locales' from ads/targeting/locales because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'user_os' from ads/targeting/user_os because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_e63_politics_ab1_9a3.sql from ads/targeting/politics 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_e63_politics_ab2_9a3.sql from ads/targeting/politics 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_e63_politics_ab3_9a3.sql from ads/targeting/politics 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_e63_politics_5da.sql from ads/targeting/politics 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_36e_behaviors_ab1_8d2.sql from ads/targeting/behaviors 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_36e_behaviors_ab2_8d2.sql from ads/targeting/behaviors 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_36e_behaviors_ab3_8d2.sql from ads/targeting/behaviors 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_36e_behaviors_207.sql from ads/targeting/behaviors 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_a78_home_type_ab1_9a7.sql from ads/targeting/home_type 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_a78_home_type_ab2_9a7.sql from ads/targeting/home_type 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_a78_home_type_ab3_9a7.sql from ads/targeting/home_type 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_a78_home_type_97e.sql from ads/targeting/home_type 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_1ca_interests_ab1_a1e.sql from ads/targeting/interests 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_1ca_interests_ab2_a1e.sql from ads/targeting/interests 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_1ca_interests_ab3_a1e.sql from ads/targeting/interests 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_1ca_interests_63d.sql from ads/targeting/interests 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_b32_net_worth_ab1_653.sql from ads/targeting/net_worth 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_b32_net_worth_ab2_653.sql from ads/targeting/net_worth 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_b32_net_worth_ab3_653.sql from ads/targeting/net_worth 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_b32_net_worth_205.sql from ads/targeting/net_worth 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_fea_exclusions_ab1_967.sql from ads/targeting/exclusions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - WARN: Unknown type for column home_type at ads/targeting/exclusions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_fea_exclusions_ab2_967.sql from ads/targeting/exclusions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_fea_exclusions_ab3_967.sql from ads/targeting/exclusions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_fea_exclusions_ebb.sql from ads/targeting/exclusions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_bfa_generation_ab1_4fc.sql from ads/targeting/generation 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_bfa_generation_ab2_4fc.sql from ads/targeting/generation 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_bfa_generation_ab3_4fc.sql from ads/targeting/generation 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_bfa_generation_cb3.sql from ads/targeting/generation 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_0de_industries_ab1_856.sql from ads/targeting/industries 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_0de_industries_ab2_856.sql from ads/targeting/industries 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_0de_industries_ab3_856.sql from ads/targeting/industries 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_0de_industries_c71.sql from ads/targeting/industries 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_b5f_connections_ab1_338.sql from ads/targeting/connections 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_b5f_connections_ab2_338.sql from ads/targeting/connections 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_b5f_connections_ab3_338.sql from ads/targeting/connections 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_b5f_connections_ab5.sql from ads/targeting/connections 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_014_office_type_ab1_bcf.sql from ads/targeting/office_type 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_014_office_type_ab2_bcf.sql from ads/targeting/office_type 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_014_office_type_ab3_bcf.sql from ads/targeting/office_type 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_014_office_type_ab2.sql from ads/targeting/office_type 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'user_device' from ads/targeting/user_device because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_e69_flexible_spec_ab1_475.sql from ads/targeting/flexible_spec 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - WARN: Unknown type for column home_type at ads/targeting/flexible_spec 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_e69_flexible_spec_ab2_475.sql from ads/targeting/flexible_spec 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_e69_flexible_spec_ab3_475.sql from ads/targeting/flexible_spec 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_e69_flexible_spec_96c.sql from ads/targeting/flexible_spec 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_931_geo_locations_ab1_7c8.sql from ads/targeting/geo_locations 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_931_geo_locations_ab2_7c8.sql from ads/targeting/geo_locations 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_931_geo_locations_ab3_7c8.sql from ads/targeting/geo_locations 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_931_geo_locations_fa6.sql from ads/targeting/geo_locations 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'interested_in' from ads/targeting/interested_in because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_1c0_home_ownership_ab1_7b9.sql from ads/targeting/home_ownership 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_1c0_home_ownership_ab2_7b9.sql from ads/targeting/home_ownership 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_1c0_home_ownership_ab3_7b9.sql from ads/targeting/home_ownership 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_1c0_home_ownership_9a9.sql from ads/targeting/home_ownership 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_b16_work_positions_ab1_14e.sql from ads/targeting/work_positions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_b16_work_positions_ab2_14e.sql from ads/targeting/work_positions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_b16_work_positions_ab3_14e.sql from ads/targeting/work_positions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_b16_work_positions_463.sql from ads/targeting/work_positions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_97f_family_statuses_ab1_130.sql from ads/targeting/family_statuses 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_97f_family_statuses_ab2_130.sql from ads/targeting/family_statuses 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_97f_family_statuses_ab3_130.sql from ads/targeting/family_statuses 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_97f_family_statuses_6bf.sql from ads/targeting/family_statuses 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_f8e_user_adclusters_ab1_07b.sql from ads/targeting/user_adclusters 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_f8e_user_adclusters_ab2_07b.sql from ads/targeting/user_adclusters 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_f8e_user_adclusters_ab3_07b.sql from ads/targeting/user_adclusters 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_f8e_user_adclusters_403.sql from ads/targeting/user_adclusters 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_778_custom_audiences_ab1_e82.sql from ads/targeting/custom_audiences 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_778_custom_audiences_ab2_e82.sql from ads/targeting/custom_audiences 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_778_custom_audiences_ab3_e82.sql from ads/targeting/custom_audiences 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_778_custom_audiences_22f.sql from ads/targeting/custom_audiences 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'device_platforms' from ads/targeting/device_platforms because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'education_statuses' from ads/targeting/education_statuses because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'facebook_positions' from ads/targeting/facebook_positions because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'instagram_positions' from ads/targeting/instagram_positions because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'messenger_positions' from ads/targeting/messenger_positions because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'publisher_platforms' from ads/targeting/publisher_platforms because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_a10_excluded_connections_ab1_d95.sql from ads/targeting/excluded_connections 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_a10_excluded_connections_ab2_d95.sql from ads/targeting/excluded_connections 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_a10_excluded_connections_ab3_d95.sql from ads/targeting/excluded_connections 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_a10_excluded_connections_903.sql from ads/targeting/excluded_connections 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'excluded_user_device' from ads/targeting/excluded_user_device because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'relationship_statuses' from ads/targeting/relationship_statuses because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_51b_excluded_geo_locations_ab1_f38.sql from ads/targeting/excluded_geo_locations 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_51b_excluded_geo_locations_ab2_f38.sql from ads/targeting/excluded_geo_locations 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_51b_excluded_geo_locations_ab3_f38.sql from ads/targeting/excluded_geo_locations 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_51b_excluded_geo_locations_c20.sql from ads/targeting/excluded_geo_locations 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_6b7_friends_of_connections_ab1_795.sql from ads/targeting/friends_of_connections 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_6b7_friends_of_connections_ab2_795.sql from ads/targeting/friends_of_connections 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_6b7_friends_of_connections_ab3_795.sql from ads/targeting/friends_of_connections 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_6b7_friends_of_connections_a20.sql from ads/targeting/friends_of_connections 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_fe4_excluded_custom_audiences_ab1_770.sql from ads/targeting/excluded_custom_audiences 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_fe4_excluded_custom_audiences_ab2_770.sql from ads/targeting/excluded_custom_audiences 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_fe4_excluded_custom_audiences_ab3_770.sql from ads/targeting/excluded_custom_audiences 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_fe4_excluded_custom_audiences_b6f.sql from ads/targeting/excluded_custom_audiences 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'audience_network_positions' from ads/targeting/audience_network_positions because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'excluded_publisher_categories' from ads/targeting/excluded_publisher_categories because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'page' from ads/tracking_specs/page because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'post' from ads/tracking_specs/post because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'event' from ads/tracking_specs/event because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'offer' from ads/tracking_specs/offer because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'object' from ads/tracking_specs/object because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'dataset' from ads/tracking_specs/dataset because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'leadgen' from ads/tracking_specs/leadgen because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'subtype' from ads/tracking_specs/subtype because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'creative' from ads/tracking_specs/creative because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'fb_pixel' from ads/tracking_specs/fb_pixel because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'question' from ads/tracking_specs/question because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'response' from ads/tracking_specs/response because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'post.wall' from ads/tracking_specs/post.wall because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'event_type' from ads/tracking_specs/event_type because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'action.type' from ads/tracking_specs/action.type because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'application' from ads/tracking_specs/application because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'page.parent' from ads/tracking_specs/page.parent because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'post.object' from ads/tracking_specs/post.object because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'conversion_id' from ads/tracking_specs/conversion_id because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'event.creator' from ads/tracking_specs/event.creator because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'object.domain' from ads/tracking_specs/object.domain because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'offer.creator' from ads/tracking_specs/offer.creator because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'offsite_pixel' from ads/tracking_specs/offsite_pixel because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'fb_pixel_event' from ads/tracking_specs/fb_pixel_event because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'post.object.wall' from ads/tracking_specs/post.object.wall because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'question.creator' from ads/tracking_specs/question.creator because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'page' from ads/conversion_specs/page because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'post' from ads/conversion_specs/post because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'event' from ads/conversion_specs/event because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'offer' from ads/conversion_specs/offer because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'object' from ads/conversion_specs/object because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'dataset' from ads/conversion_specs/dataset because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'leadgen' from ads/conversion_specs/leadgen because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'subtype' from ads/conversion_specs/subtype because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'creative' from ads/conversion_specs/creative because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'fb_pixel' from ads/conversion_specs/fb_pixel because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'question' from ads/conversion_specs/question because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'response' from ads/conversion_specs/response because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'post.wall' from ads/conversion_specs/post.wall because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'event_type' from ads/conversion_specs/event_type because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'action.type' from ads/conversion_specs/action.type because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'application' from ads/conversion_specs/application because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'page.parent' from ads/conversion_specs/page.parent because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'post.object' from ads/conversion_specs/post.object because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'conversion_id' from ads/conversion_specs/conversion_id because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'event.creator' from ads/conversion_specs/event.creator because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'object.domain' from ads/conversion_specs/object.domain because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'offer.creator' from ads/conversion_specs/offer.creator because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'offsite_pixel' from ads/conversion_specs/offsite_pixel because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'fb_pixel_event' from ads/conversion_specs/fb_pixel_event because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'post.object.wall' from ads/conversion_specs/post.object.wall because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'question.creator' from ads/conversion_specs/question.creator because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'value' from ads_insights_age_and_gender/video_play_actions/value because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'value' from ads_insights_age_and_gender/video_play_curve_actions/value because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'value' from ads_insights_age_and_gender/video_play_retention_graph_actions/value because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'value' from ads_insights_age_and_gender/video_play_retention_0_to_15s_actions/value because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'value' from ads_insights_age_and_gender/video_play_retention_20_to_60s_actions/value because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'value' from ads_insights_platform_and_device/video_play_actions/value because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'value' from ads_insights_platform_and_device/video_play_curve_actions/value because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'value' from ads_insights_platform_and_device/video_play_retention_graph_actions/value because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'value' from ads_insights_platform_and_device/video_play_retention_0_to_15s_actions/value because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'value' from ads_insights_platform_and_device/video_play_retention_20_to_60s_actions/value because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_83b_moms_ab1_aee.sql from adsets/targeting/moms 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_83b_moms_ab2_aee.sql from adsets/targeting/moms 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_83b_moms_ab3_aee.sql from adsets/targeting/moms 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_83b_moms_3b0.sql from adsets/targeting/moms 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_757_income_ab1_831.sql from adsets/targeting/income 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_757_income_ab2_831.sql from adsets/targeting/income 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_757_income_ab3_831.sql from adsets/targeting/income 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_757_income_caf.sql from adsets/targeting/income 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'genders' from adsets/targeting/genders because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'locales' from adsets/targeting/locales because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'user_os' from adsets/targeting/user_os because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_f73_politics_ab1_9a3.sql from adsets/targeting/politics 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_f73_politics_ab2_9a3.sql from adsets/targeting/politics 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_f73_politics_ab3_9a3.sql from adsets/targeting/politics 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_f73_politics_5da.sql from adsets/targeting/politics 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_e46_behaviors_ab1_8d2.sql from adsets/targeting/behaviors 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_e46_behaviors_ab2_8d2.sql from adsets/targeting/behaviors 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_e46_behaviors_ab3_8d2.sql from adsets/targeting/behaviors 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_e46_behaviors_207.sql from adsets/targeting/behaviors 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_c37_home_type_ab1_9a7.sql from adsets/targeting/home_type 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_c37_home_type_ab2_9a7.sql from adsets/targeting/home_type 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_c37_home_type_ab3_9a7.sql from adsets/targeting/home_type 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_c37_home_type_97e.sql from adsets/targeting/home_type 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_24c_interests_ab1_a1e.sql from adsets/targeting/interests 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_24c_interests_ab2_a1e.sql from adsets/targeting/interests 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_24c_interests_ab3_a1e.sql from adsets/targeting/interests 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_24c_interests_63d.sql from adsets/targeting/interests 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_fed_net_worth_ab1_653.sql from adsets/targeting/net_worth 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_fed_net_worth_ab2_653.sql from adsets/targeting/net_worth 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_fed_net_worth_ab3_653.sql from adsets/targeting/net_worth 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_fed_net_worth_205.sql from adsets/targeting/net_worth 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_a2d_exclusions_ab1_967.sql from adsets/targeting/exclusions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - WARN: Unknown type for column home_type at adsets/targeting/exclusions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_a2d_exclusions_ab2_967.sql from adsets/targeting/exclusions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_a2d_exclusions_ab3_967.sql from adsets/targeting/exclusions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_a2d_exclusions_ebb.sql from adsets/targeting/exclusions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_e2e_generation_ab1_4fc.sql from adsets/targeting/generation 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_e2e_generation_ab2_4fc.sql from adsets/targeting/generation 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_e2e_generation_ab3_4fc.sql from adsets/targeting/generation 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_e2e_generation_cb3.sql from adsets/targeting/generation 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_36a_industries_ab1_856.sql from adsets/targeting/industries 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_36a_industries_ab2_856.sql from adsets/targeting/industries 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_36a_industries_ab3_856.sql from adsets/targeting/industries 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_36a_industries_c71.sql from adsets/targeting/industries 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_bcc_connections_ab1_338.sql from adsets/targeting/connections 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_bcc_connections_ab2_338.sql from adsets/targeting/connections 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_bcc_connections_ab3_338.sql from adsets/targeting/connections 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_bcc_connections_ab5.sql from adsets/targeting/connections 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_350_office_type_ab1_bcf.sql from adsets/targeting/office_type 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_350_office_type_ab2_bcf.sql from adsets/targeting/office_type 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_350_office_type_ab3_bcf.sql from adsets/targeting/office_type 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_350_office_type_ab2.sql from adsets/targeting/office_type 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'user_device' from adsets/targeting/user_device because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_b78_flexible_spec_ab1_475.sql from adsets/targeting/flexible_spec 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - WARN: Unknown type for column home_type at adsets/targeting/flexible_spec 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_b78_flexible_spec_ab2_475.sql from adsets/targeting/flexible_spec 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_b78_flexible_spec_ab3_475.sql from adsets/targeting/flexible_spec 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_b78_flexible_spec_96c.sql from adsets/targeting/flexible_spec 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_83b_geo_locations_ab1_7c8.sql from adsets/targeting/geo_locations 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_83b_geo_locations_ab2_7c8.sql from adsets/targeting/geo_locations 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_83b_geo_locations_ab3_7c8.sql from adsets/targeting/geo_locations 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_83b_geo_locations_fa6.sql from adsets/targeting/geo_locations 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'interested_in' from adsets/targeting/interested_in because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_ba7_home_ownership_ab1_7b9.sql from adsets/targeting/home_ownership 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_ba7_home_ownership_ab2_7b9.sql from adsets/targeting/home_ownership 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_ba7_home_ownership_ab3_7b9.sql from adsets/targeting/home_ownership 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_ba7_home_ownership_9a9.sql from adsets/targeting/home_ownership 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_a03_work_positions_ab1_14e.sql from adsets/targeting/work_positions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_a03_work_positions_ab2_14e.sql from adsets/targeting/work_positions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_a03_work_positions_ab3_14e.sql from adsets/targeting/work_positions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_a03_work_positions_463.sql from adsets/targeting/work_positions 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_6eb_family_statuses_ab1_130.sql from adsets/targeting/family_statuses 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_6eb_family_statuses_ab2_130.sql from adsets/targeting/family_statuses 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_6eb_family_statuses_ab3_130.sql from adsets/targeting/family_statuses 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_6eb_family_statuses_6bf.sql from adsets/targeting/family_statuses 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_6ec_user_adclusters_ab1_07b.sql from adsets/targeting/user_adclusters 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_6ec_user_adclusters_ab2_07b.sql from adsets/targeting/user_adclusters 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_6ec_user_adclusters_ab3_07b.sql from adsets/targeting/user_adclusters 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_6ec_user_adclusters_403.sql from adsets/targeting/user_adclusters 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_a47_custom_audiences_ab1_e82.sql from adsets/targeting/custom_audiences 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_a47_custom_audiences_ab2_e82.sql from adsets/targeting/custom_audiences 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_a47_custom_audiences_ab3_e82.sql from adsets/targeting/custom_audiences 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_a47_custom_audiences_22f.sql from adsets/targeting/custom_audiences 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'device_platforms' from adsets/targeting/device_platforms because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'education_statuses' from adsets/targeting/education_statuses because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'facebook_positions' from adsets/targeting/facebook_positions because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'instagram_positions' from adsets/targeting/instagram_positions because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'messenger_positions' from adsets/targeting/messenger_positions because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'publisher_platforms' from adsets/targeting/publisher_platforms because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_c3f_excluded_connections_ab1_d95.sql from adsets/targeting/excluded_connections 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_c3f_excluded_connections_ab2_d95.sql from adsets/targeting/excluded_connections 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_c3f_excluded_connections_ab3_d95.sql from adsets/targeting/excluded_connections 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_c3f_excluded_connections_903.sql from adsets/targeting/excluded_connections 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'excluded_user_device' from adsets/targeting/excluded_user_device because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'relationship_statuses' from adsets/targeting/relationship_statuses because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_745_excluded_geo_locations_ab1_f38.sql from adsets/targeting/excluded_geo_locations 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_745_excluded_geo_locations_ab2_f38.sql from adsets/targeting/excluded_geo_locations 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_745_excluded_geo_locations_ab3_f38.sql from adsets/targeting/excluded_geo_locations 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_745_excluded_geo_locations_c20.sql from adsets/targeting/excluded_geo_locations 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_c5e_friends_of_connections_ab1_795.sql from adsets/targeting/friends_of_connections 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_c5e_friends_of_connections_ab2_795.sql from adsets/targeting/friends_of_connections 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_c5e_friends_of_connections_ab3_795.sql from adsets/targeting/friends_of_connections 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_c5e_friends_of_connections_a20.sql from adsets/targeting/friends_of_connections 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_46f_excluded_custom_audiences_ab1_770.sql from adsets/targeting/excluded_custom_audiences 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_46f_excluded_custom_audiences_ab2_770.sql from adsets/targeting/excluded_custom_audiences 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_46f_excluded_custom_audiences_ab3_770.sql from adsets/targeting/excluded_custom_audiences 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_46f_excluded_custom_audiences_b6f.sql from adsets/targeting/excluded_custom_audiences 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'audience_network_positions' from adsets/targeting/audience_network_positions because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'excluded_publisher_categories' from adsets/targeting/excluded_publisher_categories because properties list is empty 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/campaigns_ads_d08_data_ab1_b86.sql from campaigns/ads/data 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/campaigns_ads_d08_data_ab2_b86.sql from campaigns/ads/data 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/campaigns_ads_d08_data_ab3_b86.sql from campaigns/ads/data 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/campaigns_ads_d08_data_bc5.sql from campaigns/ads/data 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_770_moms_ab1_aee.sql from ads/targeting/exclusions/moms 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_770_moms_ab2_aee.sql from ads/targeting/exclusions/moms 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_770_moms_ab3_aee.sql from ads/targeting/exclusions/moms 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_exclusions_770_moms_3b0.sql from ads/targeting/exclusions/moms 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_e7a_income_ab1_831.sql from ads/targeting/exclusions/income 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_e7a_income_ab2_831.sql from ads/targeting/exclusions/income 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_e7a_income_ab3_831.sql from ads/targeting/exclusions/income 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_exclusions_e7a_income_caf.sql from ads/targeting/exclusions/income 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_e53_politics_ab1_9a3.sql from ads/targeting/exclusions/politics 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_e53_politics_ab2_9a3.sql from ads/targeting/exclusions/politics 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_e53_politics_ab3_9a3.sql from ads/targeting/exclusions/politics 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_exclusions_e53_politics_5da.sql from ads/targeting/exclusions/politics 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_921_behaviors_ab1_8d2.sql from ads/targeting/exclusions/behaviors 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_921_behaviors_ab2_8d2.sql from ads/targeting/exclusions/behaviors 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_921_behaviors_ab3_8d2.sql from ads/targeting/exclusions/behaviors 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_exclusions_921_behaviors_207.sql from ads/targeting/exclusions/behaviors 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_a8e_interests_ab1_a1e.sql from ads/targeting/exclusions/interests 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_a8e_interests_ab2_a1e.sql from ads/targeting/exclusions/interests 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_a8e_interests_ab3_a1e.sql from ads/targeting/exclusions/interests 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_exclusions_a8e_interests_63d.sql from ads/targeting/exclusions/interests 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_ce9_net_worth_ab1_653.sql from ads/targeting/exclusions/net_worth 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_ce9_net_worth_ab2_653.sql from ads/targeting/exclusions/net_worth 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_ce9_net_worth_ab3_653.sql from ads/targeting/exclusions/net_worth 2021-05-29 17:24:40 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_exclusions_ce9_net_worth_205.sql from ads/targeting/exclusions/net_worth 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_b94_generation_ab1_4fc.sql from ads/targeting/exclusions/generation 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_b94_generation_ab2_4fc.sql from ads/targeting/exclusions/generation 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_b94_generation_ab3_4fc.sql from ads/targeting/exclusions/generation 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_exclusions_b94_generation_cb3.sql from ads/targeting/exclusions/generation 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_523_industries_ab1_856.sql from ads/targeting/exclusions/industries 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_523_industries_ab2_856.sql from ads/targeting/exclusions/industries 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_523_industries_ab3_856.sql from ads/targeting/exclusions/industries 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_exclusions_523_industries_c71.sql from ads/targeting/exclusions/industries 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_667_connections_ab1_338.sql from ads/targeting/exclusions/connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_667_connections_ab2_338.sql from ads/targeting/exclusions/connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_667_connections_ab3_338.sql from ads/targeting/exclusions/connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_exclusions_667_connections_ab5.sql from ads/targeting/exclusions/connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_b6a_life_events_ab1_b71.sql from ads/targeting/exclusions/life_events 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_b6a_life_events_ab2_b71.sql from ads/targeting/exclusions/life_events 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_b6a_life_events_ab3_b71.sql from ads/targeting/exclusions/life_events 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_exclusions_b6a_life_events_f74.sql from ads/targeting/exclusions/life_events 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_b82_home_ownership_ab1_7b9.sql from ads/targeting/exclusions/home_ownership 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_b82_home_ownership_ab2_7b9.sql from ads/targeting/exclusions/home_ownership 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_b82_home_ownership_ab3_7b9.sql from ads/targeting/exclusions/home_ownership 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_exclusions_b82_home_ownership_9a9.sql from ads/targeting/exclusions/home_ownership 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_e49_work_employers_ab1_2d4.sql from ads/targeting/exclusions/work_employers 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_e49_work_employers_ab2_2d4.sql from ads/targeting/exclusions/work_employers 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_e49_work_employers_ab3_2d4.sql from ads/targeting/exclusions/work_employers 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_exclusions_e49_work_employers_b81.sql from ads/targeting/exclusions/work_employers 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_045_work_positions_ab1_14e.sql from ads/targeting/exclusions/work_positions 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_045_work_positions_ab2_14e.sql from ads/targeting/exclusions/work_positions 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_045_work_positions_ab3_14e.sql from ads/targeting/exclusions/work_positions 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_exclusions_045_work_positions_463.sql from ads/targeting/exclusions/work_positions 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_1e4_family_statuses_ab1_130.sql from ads/targeting/exclusions/family_statuses 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_1e4_family_statuses_ab2_130.sql from ads/targeting/exclusions/family_statuses 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_1e4_family_statuses_ab3_130.sql from ads/targeting/exclusions/family_statuses 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_exclusions_1e4_family_statuses_6bf.sql from ads/targeting/exclusions/family_statuses 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_25d_user_adclusters_ab1_07b.sql from ads/targeting/exclusions/user_adclusters 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_25d_user_adclusters_ab2_07b.sql from ads/targeting/exclusions/user_adclusters 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_25d_user_adclusters_ab3_07b.sql from ads/targeting/exclusions/user_adclusters 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_exclusions_25d_user_adclusters_403.sql from ads/targeting/exclusions/user_adclusters 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_cc6_custom_audiences_ab1_e82.sql from ads/targeting/exclusions/custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_cc6_custom_audiences_ab2_e82.sql from ads/targeting/exclusions/custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_cc6_custom_audiences_ab3_e82.sql from ads/targeting/exclusions/custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_exclusions_cc6_custom_audiences_22f.sql from ads/targeting/exclusions/custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_cb9_education_majors_ab1_eda.sql from ads/targeting/exclusions/education_majors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_cb9_education_majors_ab2_eda.sql from ads/targeting/exclusions/education_majors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_cb9_education_majors_ab3_eda.sql from ads/targeting/exclusions/education_majors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_exclusions_cb9_education_majors_8eb.sql from ads/targeting/exclusions/education_majors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_f99_excluded_connections_ab1_d95.sql from ads/targeting/exclusions/excluded_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_f99_excluded_connections_ab2_d95.sql from ads/targeting/exclusions/excluded_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_f99_excluded_connections_ab3_d95.sql from ads/targeting/exclusions/excluded_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_exclusions_f99_excluded_connections_903.sql from ads/targeting/exclusions/excluded_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_904_household_composition_ab1_94b.sql from ads/targeting/exclusions/household_composition 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_904_household_composition_ab2_94b.sql from ads/targeting/exclusions/household_composition 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_904_household_composition_ab3_94b.sql from ads/targeting/exclusions/household_composition 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_exclusions_904_household_composition_bb1.sql from ads/targeting/exclusions/household_composition 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'relationship_statuses' from ads/targeting/exclusions/relationship_statuses because properties list is empty 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_7b3_friends_of_connections_ab1_795.sql from ads/targeting/exclusions/friends_of_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_7b3_friends_of_connections_ab2_795.sql from ads/targeting/exclusions/friends_of_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_7b3_friends_of_connections_ab3_795.sql from ads/targeting/exclusions/friends_of_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_exclusions_7b3_friends_of_connections_a20.sql from ads/targeting/exclusions/friends_of_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_d19_excluded_custom_audiences_ab1_770.sql from ads/targeting/exclusions/excluded_custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_d19_excluded_custom_audiences_ab2_770.sql from ads/targeting/exclusions/excluded_custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_exclusions_d19_excluded_custom_audiences_ab3_770.sql from ads/targeting/exclusions/excluded_custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_exclusions_d19_excluded_custom_audiences_b6f.sql from ads/targeting/exclusions/excluded_custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_4ad_moms_ab1_aee.sql from ads/targeting/flexible_spec/moms 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_4ad_moms_ab2_aee.sql from ads/targeting/flexible_spec/moms 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_4ad_moms_ab3_aee.sql from ads/targeting/flexible_spec/moms 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_flexible_spec_4ad_moms_3b0.sql from ads/targeting/flexible_spec/moms 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_2c8_income_ab1_831.sql from ads/targeting/flexible_spec/income 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_2c8_income_ab2_831.sql from ads/targeting/flexible_spec/income 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_2c8_income_ab3_831.sql from ads/targeting/flexible_spec/income 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_flexible_spec_2c8_income_caf.sql from ads/targeting/flexible_spec/income 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_293_politics_ab1_9a3.sql from ads/targeting/flexible_spec/politics 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_293_politics_ab2_9a3.sql from ads/targeting/flexible_spec/politics 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_293_politics_ab3_9a3.sql from ads/targeting/flexible_spec/politics 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_flexible_spec_293_politics_5da.sql from ads/targeting/flexible_spec/politics 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_c50_behaviors_ab1_8d2.sql from ads/targeting/flexible_spec/behaviors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_c50_behaviors_ab2_8d2.sql from ads/targeting/flexible_spec/behaviors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_c50_behaviors_ab3_8d2.sql from ads/targeting/flexible_spec/behaviors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_flexible_spec_c50_behaviors_207.sql from ads/targeting/flexible_spec/behaviors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_61e_interests_ab1_a1e.sql from ads/targeting/flexible_spec/interests 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_61e_interests_ab2_a1e.sql from ads/targeting/flexible_spec/interests 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_61e_interests_ab3_a1e.sql from ads/targeting/flexible_spec/interests 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_flexible_spec_61e_interests_63d.sql from ads/targeting/flexible_spec/interests 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_47d_net_worth_ab1_653.sql from ads/targeting/flexible_spec/net_worth 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_47d_net_worth_ab2_653.sql from ads/targeting/flexible_spec/net_worth 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_47d_net_worth_ab3_653.sql from ads/targeting/flexible_spec/net_worth 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_flexible_spec_47d_net_worth_205.sql from ads/targeting/flexible_spec/net_worth 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_688_generation_ab1_4fc.sql from ads/targeting/flexible_spec/generation 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_688_generation_ab2_4fc.sql from ads/targeting/flexible_spec/generation 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_688_generation_ab3_4fc.sql from ads/targeting/flexible_spec/generation 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_flexible_spec_688_generation_cb3.sql from ads/targeting/flexible_spec/generation 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_10c_industries_ab1_856.sql from ads/targeting/flexible_spec/industries 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_10c_industries_ab2_856.sql from ads/targeting/flexible_spec/industries 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_10c_industries_ab3_856.sql from ads/targeting/flexible_spec/industries 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_flexible_spec_10c_industries_c71.sql from ads/targeting/flexible_spec/industries 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_7c6_connections_ab1_338.sql from ads/targeting/flexible_spec/connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_7c6_connections_ab2_338.sql from ads/targeting/flexible_spec/connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_7c6_connections_ab3_338.sql from ads/targeting/flexible_spec/connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_flexible_spec_7c6_connections_ab5.sql from ads/targeting/flexible_spec/connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_287_life_events_ab1_b71.sql from ads/targeting/flexible_spec/life_events 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_287_life_events_ab2_b71.sql from ads/targeting/flexible_spec/life_events 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_287_life_events_ab3_b71.sql from ads/targeting/flexible_spec/life_events 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_flexible_spec_287_life_events_f74.sql from ads/targeting/flexible_spec/life_events 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_9a2_home_ownership_ab1_7b9.sql from ads/targeting/flexible_spec/home_ownership 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_9a2_home_ownership_ab2_7b9.sql from ads/targeting/flexible_spec/home_ownership 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_9a2_home_ownership_ab3_7b9.sql from ads/targeting/flexible_spec/home_ownership 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_flexible_spec_9a2_home_ownership_9a9.sql from ads/targeting/flexible_spec/home_ownership 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_468_work_employers_ab1_2d4.sql from ads/targeting/flexible_spec/work_employers 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_468_work_employers_ab2_2d4.sql from ads/targeting/flexible_spec/work_employers 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_468_work_employers_ab3_2d4.sql from ads/targeting/flexible_spec/work_employers 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_flexible_spec_468_work_employers_b81.sql from ads/targeting/flexible_spec/work_employers 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_24a_work_positions_ab1_14e.sql from ads/targeting/flexible_spec/work_positions 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_24a_work_positions_ab2_14e.sql from ads/targeting/flexible_spec/work_positions 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_24a_work_positions_ab3_14e.sql from ads/targeting/flexible_spec/work_positions 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_flexible_spec_24a_work_positions_463.sql from ads/targeting/flexible_spec/work_positions 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_423_family_statuses_ab1_130.sql from ads/targeting/flexible_spec/family_statuses 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_423_family_statuses_ab2_130.sql from ads/targeting/flexible_spec/family_statuses 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_423_family_statuses_ab3_130.sql from ads/targeting/flexible_spec/family_statuses 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_flexible_spec_423_family_statuses_6bf.sql from ads/targeting/flexible_spec/family_statuses 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_5c3_user_adclusters_ab1_07b.sql from ads/targeting/flexible_spec/user_adclusters 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_5c3_user_adclusters_ab2_07b.sql from ads/targeting/flexible_spec/user_adclusters 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_5c3_user_adclusters_ab3_07b.sql from ads/targeting/flexible_spec/user_adclusters 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_flexible_spec_5c3_user_adclusters_403.sql from ads/targeting/flexible_spec/user_adclusters 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_0b3_custom_audiences_ab1_e82.sql from ads/targeting/flexible_spec/custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_0b3_custom_audiences_ab2_e82.sql from ads/targeting/flexible_spec/custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_0b3_custom_audiences_ab3_e82.sql from ads/targeting/flexible_spec/custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_flexible_spec_0b3_custom_audiences_22f.sql from ads/targeting/flexible_spec/custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_bdf_education_majors_ab1_eda.sql from ads/targeting/flexible_spec/education_majors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_bdf_education_majors_ab2_eda.sql from ads/targeting/flexible_spec/education_majors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_bdf_education_majors_ab3_eda.sql from ads/targeting/flexible_spec/education_majors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_flexible_spec_bdf_education_majors_8eb.sql from ads/targeting/flexible_spec/education_majors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_3e1_excluded_connections_ab1_d95.sql from ads/targeting/flexible_spec/excluded_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_3e1_excluded_connections_ab2_d95.sql from ads/targeting/flexible_spec/excluded_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_3e1_excluded_connections_ab3_d95.sql from ads/targeting/flexible_spec/excluded_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_flexible_spec_3e1_excluded_connections_903.sql from ads/targeting/flexible_spec/excluded_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_828_household_composition_ab1_94b.sql from ads/targeting/flexible_spec/household_composition 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_828_household_composition_ab2_94b.sql from ads/targeting/flexible_spec/household_composition 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_828_household_composition_ab3_94b.sql from ads/targeting/flexible_spec/household_composition 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_flexible_spec_828_household_composition_bb1.sql from ads/targeting/flexible_spec/household_composition 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'relationship_statuses' from ads/targeting/flexible_spec/relationship_statuses because properties list is empty 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_971_friends_of_connections_ab1_795.sql from ads/targeting/flexible_spec/friends_of_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_971_friends_of_connections_ab2_795.sql from ads/targeting/flexible_spec/friends_of_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_971_friends_of_connections_ab3_795.sql from ads/targeting/flexible_spec/friends_of_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_flexible_spec_971_friends_of_connections_a20.sql from ads/targeting/flexible_spec/friends_of_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_3bc_excluded_custom_audiences_ab1_770.sql from ads/targeting/flexible_spec/excluded_custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_3bc_excluded_custom_audiences_ab2_770.sql from ads/targeting/flexible_spec/excluded_custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_flexible_spec_3bc_excluded_custom_audiences_ab3_770.sql from ads/targeting/flexible_spec/excluded_custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_flexible_spec_3bc_excluded_custom_audiences_b6f.sql from ads/targeting/flexible_spec/excluded_custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_geo_locations_10f_zips_ab1_21f.sql from ads/targeting/geo_locations/zips 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_geo_locations_10f_zips_ab2_21f.sql from ads/targeting/geo_locations/zips 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_geo_locations_10f_zips_ab3_21f.sql from ads/targeting/geo_locations/zips 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_geo_locations_10f_zips_fe9.sql from ads/targeting/geo_locations/zips 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_geo_locations_fe3_cities_ab1_09c.sql from ads/targeting/geo_locations/cities 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_geo_locations_fe3_cities_ab2_09c.sql from ads/targeting/geo_locations/cities 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_geo_locations_fe3_cities_ab3_09c.sql from ads/targeting/geo_locations/cities 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_geo_locations_fe3_cities_056.sql from ads/targeting/geo_locations/cities 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_geo_locations_267_regions_ab1_047.sql from ads/targeting/geo_locations/regions 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_geo_locations_267_regions_ab2_047.sql from ads/targeting/geo_locations/regions 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_geo_locations_267_regions_ab3_047.sql from ads/targeting/geo_locations/regions 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_geo_locations_267_regions_8e3.sql from ads/targeting/geo_locations/regions 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'countries' from ads/targeting/geo_locations/countries because properties list is empty 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_geo_locations_03b_geo_markets_ab1_ce4.sql from ads/targeting/geo_locations/geo-markets 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_geo_locations_03b_geo_markets_ab2_ce4.sql from ads/targeting/geo_locations/geo-markets 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_geo_locations_03b_geo_markets_ab3_ce4.sql from ads/targeting/geo_locations/geo-markets 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_geo_locations_03b_geo_markets_8ff.sql from ads/targeting/geo_locations/geo-markets 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'country_groups' from ads/targeting/geo_locations/country_groups because properties list is empty 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'location_types' from ads/targeting/geo_locations/location_types because properties list is empty 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_geo_locations_eab_custom_locations_ab1_f0f.sql from ads/targeting/geo_locations/custom_locations 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_geo_locations_eab_custom_locations_ab2_f0f.sql from ads/targeting/geo_locations/custom_locations 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_geo_locations_eab_custom_locations_ab3_f0f.sql from ads/targeting/geo_locations/custom_locations 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_geo_locations_eab_custom_locations_07c.sql from ads/targeting/geo_locations/custom_locations 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_excluded_geo_locations_672_zips_ab1_21f.sql from ads/targeting/excluded_geo_locations/zips 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_excluded_geo_locations_672_zips_ab2_21f.sql from ads/targeting/excluded_geo_locations/zips 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_excluded_geo_locations_672_zips_ab3_21f.sql from ads/targeting/excluded_geo_locations/zips 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_excluded_geo_locations_672_zips_fe9.sql from ads/targeting/excluded_geo_locations/zips 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_excluded_geo_locations_b27_cities_ab1_09c.sql from ads/targeting/excluded_geo_locations/cities 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_excluded_geo_locations_b27_cities_ab2_09c.sql from ads/targeting/excluded_geo_locations/cities 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_excluded_geo_locations_b27_cities_ab3_09c.sql from ads/targeting/excluded_geo_locations/cities 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_excluded_geo_locations_b27_cities_056.sql from ads/targeting/excluded_geo_locations/cities 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_excluded_geo_locations_c37_regions_ab1_047.sql from ads/targeting/excluded_geo_locations/regions 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_excluded_geo_locations_c37_regions_ab2_047.sql from ads/targeting/excluded_geo_locations/regions 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_excluded_geo_locations_c37_regions_ab3_047.sql from ads/targeting/excluded_geo_locations/regions 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_excluded_geo_locations_c37_regions_8e3.sql from ads/targeting/excluded_geo_locations/regions 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'countries' from ads/targeting/excluded_geo_locations/countries because properties list is empty 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_excluded_geo_locations_432_geo_markets_ab1_ce4.sql from ads/targeting/excluded_geo_locations/geo-markets 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_excluded_geo_locations_432_geo_markets_ab2_ce4.sql from ads/targeting/excluded_geo_locations/geo-markets 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_excluded_geo_locations_432_geo_markets_ab3_ce4.sql from ads/targeting/excluded_geo_locations/geo-markets 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_excluded_geo_locations_432_geo_markets_8ff.sql from ads/targeting/excluded_geo_locations/geo-markets 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'country_groups' from ads/targeting/excluded_geo_locations/country_groups because properties list is empty 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'location_types' from ads/targeting/excluded_geo_locations/location_types because properties list is empty 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_excluded_geo_locations_327_custom_locations_ab1_f0f.sql from ads/targeting/excluded_geo_locations/custom_locations 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_excluded_geo_locations_327_custom_locations_ab2_f0f.sql from ads/targeting/excluded_geo_locations/custom_locations 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/ads_targeting_excluded_geo_locations_327_custom_locations_ab3_f0f.sql from ads/targeting/excluded_geo_locations/custom_locations 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/ads_targeting_excluded_geo_locations_327_custom_locations_07c.sql from ads/targeting/excluded_geo_locations/custom_locations 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_1a3_moms_ab1_aee.sql from adsets/targeting/exclusions/moms 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_1a3_moms_ab2_aee.sql from adsets/targeting/exclusions/moms 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_1a3_moms_ab3_aee.sql from adsets/targeting/exclusions/moms 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_exclusions_1a3_moms_3b0.sql from adsets/targeting/exclusions/moms 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_580_income_ab1_831.sql from adsets/targeting/exclusions/income 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_580_income_ab2_831.sql from adsets/targeting/exclusions/income 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_580_income_ab3_831.sql from adsets/targeting/exclusions/income 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_exclusions_580_income_caf.sql from adsets/targeting/exclusions/income 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_8d6_politics_ab1_9a3.sql from adsets/targeting/exclusions/politics 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_8d6_politics_ab2_9a3.sql from adsets/targeting/exclusions/politics 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_8d6_politics_ab3_9a3.sql from adsets/targeting/exclusions/politics 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_exclusions_8d6_politics_5da.sql from adsets/targeting/exclusions/politics 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_a1b_behaviors_ab1_8d2.sql from adsets/targeting/exclusions/behaviors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_a1b_behaviors_ab2_8d2.sql from adsets/targeting/exclusions/behaviors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_a1b_behaviors_ab3_8d2.sql from adsets/targeting/exclusions/behaviors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_exclusions_a1b_behaviors_207.sql from adsets/targeting/exclusions/behaviors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_373_interests_ab1_a1e.sql from adsets/targeting/exclusions/interests 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_373_interests_ab2_a1e.sql from adsets/targeting/exclusions/interests 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_373_interests_ab3_a1e.sql from adsets/targeting/exclusions/interests 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_exclusions_373_interests_63d.sql from adsets/targeting/exclusions/interests 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_80b_net_worth_ab1_653.sql from adsets/targeting/exclusions/net_worth 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_80b_net_worth_ab2_653.sql from adsets/targeting/exclusions/net_worth 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_80b_net_worth_ab3_653.sql from adsets/targeting/exclusions/net_worth 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_exclusions_80b_net_worth_205.sql from adsets/targeting/exclusions/net_worth 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_5d4_generation_ab1_4fc.sql from adsets/targeting/exclusions/generation 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_5d4_generation_ab2_4fc.sql from adsets/targeting/exclusions/generation 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_5d4_generation_ab3_4fc.sql from adsets/targeting/exclusions/generation 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_exclusions_5d4_generation_cb3.sql from adsets/targeting/exclusions/generation 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_acd_industries_ab1_856.sql from adsets/targeting/exclusions/industries 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_acd_industries_ab2_856.sql from adsets/targeting/exclusions/industries 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_acd_industries_ab3_856.sql from adsets/targeting/exclusions/industries 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_exclusions_acd_industries_c71.sql from adsets/targeting/exclusions/industries 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_2e7_connections_ab1_338.sql from adsets/targeting/exclusions/connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_2e7_connections_ab2_338.sql from adsets/targeting/exclusions/connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_2e7_connections_ab3_338.sql from adsets/targeting/exclusions/connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_exclusions_2e7_connections_ab5.sql from adsets/targeting/exclusions/connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_af1_life_events_ab1_b71.sql from adsets/targeting/exclusions/life_events 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_af1_life_events_ab2_b71.sql from adsets/targeting/exclusions/life_events 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_af1_life_events_ab3_b71.sql from adsets/targeting/exclusions/life_events 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_exclusions_af1_life_events_f74.sql from adsets/targeting/exclusions/life_events 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_c9c_home_ownership_ab1_7b9.sql from adsets/targeting/exclusions/home_ownership 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_c9c_home_ownership_ab2_7b9.sql from adsets/targeting/exclusions/home_ownership 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_c9c_home_ownership_ab3_7b9.sql from adsets/targeting/exclusions/home_ownership 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_exclusions_c9c_home_ownership_9a9.sql from adsets/targeting/exclusions/home_ownership 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_cc1_work_employers_ab1_2d4.sql from adsets/targeting/exclusions/work_employers 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_cc1_work_employers_ab2_2d4.sql from adsets/targeting/exclusions/work_employers 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_cc1_work_employers_ab3_2d4.sql from adsets/targeting/exclusions/work_employers 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_exclusions_cc1_work_employers_b81.sql from adsets/targeting/exclusions/work_employers 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_d56_work_positions_ab1_14e.sql from adsets/targeting/exclusions/work_positions 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_d56_work_positions_ab2_14e.sql from adsets/targeting/exclusions/work_positions 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_d56_work_positions_ab3_14e.sql from adsets/targeting/exclusions/work_positions 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_exclusions_d56_work_positions_463.sql from adsets/targeting/exclusions/work_positions 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_3f8_family_statuses_ab1_130.sql from adsets/targeting/exclusions/family_statuses 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_3f8_family_statuses_ab2_130.sql from adsets/targeting/exclusions/family_statuses 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_3f8_family_statuses_ab3_130.sql from adsets/targeting/exclusions/family_statuses 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_exclusions_3f8_family_statuses_6bf.sql from adsets/targeting/exclusions/family_statuses 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_f3c_user_adclusters_ab1_07b.sql from adsets/targeting/exclusions/user_adclusters 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_f3c_user_adclusters_ab2_07b.sql from adsets/targeting/exclusions/user_adclusters 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_f3c_user_adclusters_ab3_07b.sql from adsets/targeting/exclusions/user_adclusters 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_exclusions_f3c_user_adclusters_403.sql from adsets/targeting/exclusions/user_adclusters 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_c7b_custom_audiences_ab1_e82.sql from adsets/targeting/exclusions/custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_c7b_custom_audiences_ab2_e82.sql from adsets/targeting/exclusions/custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_c7b_custom_audiences_ab3_e82.sql from adsets/targeting/exclusions/custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_exclusions_c7b_custom_audiences_22f.sql from adsets/targeting/exclusions/custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_0e5_education_majors_ab1_eda.sql from adsets/targeting/exclusions/education_majors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_0e5_education_majors_ab2_eda.sql from adsets/targeting/exclusions/education_majors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_0e5_education_majors_ab3_eda.sql from adsets/targeting/exclusions/education_majors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_exclusions_0e5_education_majors_8eb.sql from adsets/targeting/exclusions/education_majors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_967_excluded_connections_ab1_d95.sql from adsets/targeting/exclusions/excluded_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_967_excluded_connections_ab2_d95.sql from adsets/targeting/exclusions/excluded_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_967_excluded_connections_ab3_d95.sql from adsets/targeting/exclusions/excluded_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_exclusions_967_excluded_connections_903.sql from adsets/targeting/exclusions/excluded_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_055_household_composition_ab1_94b.sql from adsets/targeting/exclusions/household_composition 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_055_household_composition_ab2_94b.sql from adsets/targeting/exclusions/household_composition 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_055_household_composition_ab3_94b.sql from adsets/targeting/exclusions/household_composition 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_exclusions_055_household_composition_bb1.sql from adsets/targeting/exclusions/household_composition 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'relationship_statuses' from adsets/targeting/exclusions/relationship_statuses because properties list is empty 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_7d9_friends_of_connections_ab1_795.sql from adsets/targeting/exclusions/friends_of_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_7d9_friends_of_connections_ab2_795.sql from adsets/targeting/exclusions/friends_of_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_7d9_friends_of_connections_ab3_795.sql from adsets/targeting/exclusions/friends_of_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_exclusions_7d9_friends_of_connections_a20.sql from adsets/targeting/exclusions/friends_of_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_49d_excluded_custom_audiences_ab1_770.sql from adsets/targeting/exclusions/excluded_custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_49d_excluded_custom_audiences_ab2_770.sql from adsets/targeting/exclusions/excluded_custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_exclusions_49d_excluded_custom_audiences_ab3_770.sql from adsets/targeting/exclusions/excluded_custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_exclusions_49d_excluded_custom_audiences_b6f.sql from adsets/targeting/exclusions/excluded_custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_859_moms_ab1_aee.sql from adsets/targeting/flexible_spec/moms 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_859_moms_ab2_aee.sql from adsets/targeting/flexible_spec/moms 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_859_moms_ab3_aee.sql from adsets/targeting/flexible_spec/moms 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_flexible_spec_859_moms_3b0.sql from adsets/targeting/flexible_spec/moms 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_131_income_ab1_831.sql from adsets/targeting/flexible_spec/income 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_131_income_ab2_831.sql from adsets/targeting/flexible_spec/income 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_131_income_ab3_831.sql from adsets/targeting/flexible_spec/income 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_flexible_spec_131_income_caf.sql from adsets/targeting/flexible_spec/income 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_866_politics_ab1_9a3.sql from adsets/targeting/flexible_spec/politics 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_866_politics_ab2_9a3.sql from adsets/targeting/flexible_spec/politics 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_866_politics_ab3_9a3.sql from adsets/targeting/flexible_spec/politics 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_flexible_spec_866_politics_5da.sql from adsets/targeting/flexible_spec/politics 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_29c_behaviors_ab1_8d2.sql from adsets/targeting/flexible_spec/behaviors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_29c_behaviors_ab2_8d2.sql from adsets/targeting/flexible_spec/behaviors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_29c_behaviors_ab3_8d2.sql from adsets/targeting/flexible_spec/behaviors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_flexible_spec_29c_behaviors_207.sql from adsets/targeting/flexible_spec/behaviors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_97a_interests_ab1_a1e.sql from adsets/targeting/flexible_spec/interests 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_97a_interests_ab2_a1e.sql from adsets/targeting/flexible_spec/interests 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_97a_interests_ab3_a1e.sql from adsets/targeting/flexible_spec/interests 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_flexible_spec_97a_interests_63d.sql from adsets/targeting/flexible_spec/interests 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_656_net_worth_ab1_653.sql from adsets/targeting/flexible_spec/net_worth 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_656_net_worth_ab2_653.sql from adsets/targeting/flexible_spec/net_worth 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_656_net_worth_ab3_653.sql from adsets/targeting/flexible_spec/net_worth 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_flexible_spec_656_net_worth_205.sql from adsets/targeting/flexible_spec/net_worth 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_1a2_generation_ab1_4fc.sql from adsets/targeting/flexible_spec/generation 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_1a2_generation_ab2_4fc.sql from adsets/targeting/flexible_spec/generation 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_1a2_generation_ab3_4fc.sql from adsets/targeting/flexible_spec/generation 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_flexible_spec_1a2_generation_cb3.sql from adsets/targeting/flexible_spec/generation 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_129_industries_ab1_856.sql from adsets/targeting/flexible_spec/industries 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_129_industries_ab2_856.sql from adsets/targeting/flexible_spec/industries 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_129_industries_ab3_856.sql from adsets/targeting/flexible_spec/industries 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_flexible_spec_129_industries_c71.sql from adsets/targeting/flexible_spec/industries 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_9f4_connections_ab1_338.sql from adsets/targeting/flexible_spec/connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_9f4_connections_ab2_338.sql from adsets/targeting/flexible_spec/connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_9f4_connections_ab3_338.sql from adsets/targeting/flexible_spec/connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_flexible_spec_9f4_connections_ab5.sql from adsets/targeting/flexible_spec/connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_59f_life_events_ab1_b71.sql from adsets/targeting/flexible_spec/life_events 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_59f_life_events_ab2_b71.sql from adsets/targeting/flexible_spec/life_events 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_59f_life_events_ab3_b71.sql from adsets/targeting/flexible_spec/life_events 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_flexible_spec_59f_life_events_f74.sql from adsets/targeting/flexible_spec/life_events 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_310_home_ownership_ab1_7b9.sql from adsets/targeting/flexible_spec/home_ownership 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_310_home_ownership_ab2_7b9.sql from adsets/targeting/flexible_spec/home_ownership 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_310_home_ownership_ab3_7b9.sql from adsets/targeting/flexible_spec/home_ownership 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_flexible_spec_310_home_ownership_9a9.sql from adsets/targeting/flexible_spec/home_ownership 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_cad_work_employers_ab1_2d4.sql from adsets/targeting/flexible_spec/work_employers 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_cad_work_employers_ab2_2d4.sql from adsets/targeting/flexible_spec/work_employers 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_cad_work_employers_ab3_2d4.sql from adsets/targeting/flexible_spec/work_employers 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_flexible_spec_cad_work_employers_b81.sql from adsets/targeting/flexible_spec/work_employers 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_2ad_work_positions_ab1_14e.sql from adsets/targeting/flexible_spec/work_positions 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_2ad_work_positions_ab2_14e.sql from adsets/targeting/flexible_spec/work_positions 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_2ad_work_positions_ab3_14e.sql from adsets/targeting/flexible_spec/work_positions 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_flexible_spec_2ad_work_positions_463.sql from adsets/targeting/flexible_spec/work_positions 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_db4_family_statuses_ab1_130.sql from adsets/targeting/flexible_spec/family_statuses 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_db4_family_statuses_ab2_130.sql from adsets/targeting/flexible_spec/family_statuses 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_db4_family_statuses_ab3_130.sql from adsets/targeting/flexible_spec/family_statuses 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_flexible_spec_db4_family_statuses_6bf.sql from adsets/targeting/flexible_spec/family_statuses 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_d58_user_adclusters_ab1_07b.sql from adsets/targeting/flexible_spec/user_adclusters 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_d58_user_adclusters_ab2_07b.sql from adsets/targeting/flexible_spec/user_adclusters 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_d58_user_adclusters_ab3_07b.sql from adsets/targeting/flexible_spec/user_adclusters 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_flexible_spec_d58_user_adclusters_403.sql from adsets/targeting/flexible_spec/user_adclusters 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_3c6_custom_audiences_ab1_e82.sql from adsets/targeting/flexible_spec/custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_3c6_custom_audiences_ab2_e82.sql from adsets/targeting/flexible_spec/custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_3c6_custom_audiences_ab3_e82.sql from adsets/targeting/flexible_spec/custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_flexible_spec_3c6_custom_audiences_22f.sql from adsets/targeting/flexible_spec/custom_audiences 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_860_education_majors_ab1_eda.sql from adsets/targeting/flexible_spec/education_majors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_860_education_majors_ab2_eda.sql from adsets/targeting/flexible_spec/education_majors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_860_education_majors_ab3_eda.sql from adsets/targeting/flexible_spec/education_majors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_flexible_spec_860_education_majors_8eb.sql from adsets/targeting/flexible_spec/education_majors 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_0f6_excluded_connections_ab1_d95.sql from adsets/targeting/flexible_spec/excluded_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_0f6_excluded_connections_ab2_d95.sql from adsets/targeting/flexible_spec/excluded_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_0f6_excluded_connections_ab3_d95.sql from adsets/targeting/flexible_spec/excluded_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_flexible_spec_0f6_excluded_connections_903.sql from adsets/targeting/flexible_spec/excluded_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_021_household_composition_ab1_94b.sql from adsets/targeting/flexible_spec/household_composition 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_021_household_composition_ab2_94b.sql from adsets/targeting/flexible_spec/household_composition 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_021_household_composition_ab3_94b.sql from adsets/targeting/flexible_spec/household_composition 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_flexible_spec_021_household_composition_bb1.sql from adsets/targeting/flexible_spec/household_composition 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'relationship_statuses' from adsets/targeting/flexible_spec/relationship_statuses because properties list is empty 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_554_friends_of_connections_ab1_795.sql from adsets/targeting/flexible_spec/friends_of_connections 2021-05-29 17:24:41 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_554_friends_of_connections_ab2_795.sql from adsets/targeting/flexible_spec/friends_of_connections 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_554_friends_of_connections_ab3_795.sql from adsets/targeting/flexible_spec/friends_of_connections 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_flexible_spec_554_friends_of_connections_a20.sql from adsets/targeting/flexible_spec/friends_of_connections 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_607_excluded_custom_audiences_ab1_770.sql from adsets/targeting/flexible_spec/excluded_custom_audiences 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_607_excluded_custom_audiences_ab2_770.sql from adsets/targeting/flexible_spec/excluded_custom_audiences 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_flexible_spec_607_excluded_custom_audiences_ab3_770.sql from adsets/targeting/flexible_spec/excluded_custom_audiences 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_flexible_spec_607_excluded_custom_audiences_b6f.sql from adsets/targeting/flexible_spec/excluded_custom_audiences 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_geo_locations_a8a_zips_ab1_21f.sql from adsets/targeting/geo_locations/zips 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_geo_locations_a8a_zips_ab2_21f.sql from adsets/targeting/geo_locations/zips 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_geo_locations_a8a_zips_ab3_21f.sql from adsets/targeting/geo_locations/zips 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_geo_locations_a8a_zips_fe9.sql from adsets/targeting/geo_locations/zips 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_geo_locations_26a_cities_ab1_09c.sql from adsets/targeting/geo_locations/cities 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_geo_locations_26a_cities_ab2_09c.sql from adsets/targeting/geo_locations/cities 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_geo_locations_26a_cities_ab3_09c.sql from adsets/targeting/geo_locations/cities 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_geo_locations_26a_cities_056.sql from adsets/targeting/geo_locations/cities 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_geo_locations_b36_regions_ab1_047.sql from adsets/targeting/geo_locations/regions 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_geo_locations_b36_regions_ab2_047.sql from adsets/targeting/geo_locations/regions 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_geo_locations_b36_regions_ab3_047.sql from adsets/targeting/geo_locations/regions 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_geo_locations_b36_regions_8e3.sql from adsets/targeting/geo_locations/regions 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'countries' from adsets/targeting/geo_locations/countries because properties list is empty 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_geo_locations_cba_geo_markets_ab1_ce4.sql from adsets/targeting/geo_locations/geo-markets 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_geo_locations_cba_geo_markets_ab2_ce4.sql from adsets/targeting/geo_locations/geo-markets 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_geo_locations_cba_geo_markets_ab3_ce4.sql from adsets/targeting/geo_locations/geo-markets 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_geo_locations_cba_geo_markets_8ff.sql from adsets/targeting/geo_locations/geo-markets 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'country_groups' from adsets/targeting/geo_locations/country_groups because properties list is empty 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'location_types' from adsets/targeting/geo_locations/location_types because properties list is empty 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_geo_locations_8cf_custom_locations_ab1_f0f.sql from adsets/targeting/geo_locations/custom_locations 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_geo_locations_8cf_custom_locations_ab2_f0f.sql from adsets/targeting/geo_locations/custom_locations 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_geo_locations_8cf_custom_locations_ab3_f0f.sql from adsets/targeting/geo_locations/custom_locations 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_geo_locations_8cf_custom_locations_07c.sql from adsets/targeting/geo_locations/custom_locations 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_excluded_geo_locations_420_zips_ab1_21f.sql from adsets/targeting/excluded_geo_locations/zips 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_excluded_geo_locations_420_zips_ab2_21f.sql from adsets/targeting/excluded_geo_locations/zips 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_excluded_geo_locations_420_zips_ab3_21f.sql from adsets/targeting/excluded_geo_locations/zips 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_excluded_geo_locations_420_zips_fe9.sql from adsets/targeting/excluded_geo_locations/zips 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_excluded_geo_locations_994_cities_ab1_09c.sql from adsets/targeting/excluded_geo_locations/cities 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_excluded_geo_locations_994_cities_ab2_09c.sql from adsets/targeting/excluded_geo_locations/cities 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_excluded_geo_locations_994_cities_ab3_09c.sql from adsets/targeting/excluded_geo_locations/cities 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_excluded_geo_locations_994_cities_056.sql from adsets/targeting/excluded_geo_locations/cities 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_excluded_geo_locations_022_regions_ab1_047.sql from adsets/targeting/excluded_geo_locations/regions 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_excluded_geo_locations_022_regions_ab2_047.sql from adsets/targeting/excluded_geo_locations/regions 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_excluded_geo_locations_022_regions_ab3_047.sql from adsets/targeting/excluded_geo_locations/regions 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_excluded_geo_locations_022_regions_8e3.sql from adsets/targeting/excluded_geo_locations/regions 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'countries' from adsets/targeting/excluded_geo_locations/countries because properties list is empty 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_excluded_geo_locations_f04_geo_markets_ab1_ce4.sql from adsets/targeting/excluded_geo_locations/geo-markets 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_excluded_geo_locations_f04_geo_markets_ab2_ce4.sql from adsets/targeting/excluded_geo_locations/geo-markets 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_excluded_geo_locations_f04_geo_markets_ab3_ce4.sql from adsets/targeting/excluded_geo_locations/geo-markets 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_excluded_geo_locations_f04_geo_markets_8ff.sql from adsets/targeting/excluded_geo_locations/geo-markets 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'country_groups' from adsets/targeting/excluded_geo_locations/country_groups because properties list is empty 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Ignoring substream 'location_types' from adsets/targeting/excluded_geo_locations/location_types because properties list is empty 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_excluded_geo_locations_118_custom_locations_ab1_f0f.sql from adsets/targeting/excluded_geo_locations/custom_locations 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_excluded_geo_locations_118_custom_locations_ab2_f0f.sql from adsets/targeting/excluded_geo_locations/custom_locations 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_ctes/facebook_raw/adsets_targeting_excluded_geo_locations_118_custom_locations_ab3_f0f.sql from adsets/targeting/excluded_geo_locations/custom_locations 2021-05-29 17:24:42 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Generating airbyte_tables/facebook_raw/adsets_targeting_excluded_geo_locations_118_custom_locations_07c.sql from adsets/targeting/excluded_geo_locations/custom_locations 2021-05-29 17:24:44 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Running with dbt=0.19.1 2021-05-29 17:24:57 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - [WARNING]: Configuration paths exist in your dbt_project.yml file which do not apply to any resources. 2021-05-29 17:24:57 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - There are 1 unused configuration paths: 2021-05-29 17:24:57 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - - models.airbyte_utils.generated.airbyte_views 2021-05-29 17:24:57 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 2021-05-29 17:24:57 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - Found 1060 models, 0 tests, 0 snapshots, 0 analyses, 382 macros, 0 operations, 0 seed files, 5 sources, 0 exposures 2021-05-29 17:24:58 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 2021-05-29 17:24:58 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:24:58 | Concurrency: 32 threads (target='prod') 2021-05-29 17:24:58 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:24:58 | 2021-05-29 17:24:59 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:24:59 | 1 of 265 START table model facebook_raw.adsets............................................................... [RUN] 2021-05-29 17:24:59 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:24:59 | 2 of 265 START table model facebook_raw.campaigns............................................................ [RUN] 2021-05-29 17:25:00 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:24:59 | 3 of 265 START table model facebook_raw.ads.................................................................. [RUN] 2021-05-29 17:25:00 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:00 | 4 of 265 START table model facebook_raw.ads_insights_age_and_gender.......................................... [RUN] 2021-05-29 17:25:01 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:01 | 5 of 265 START table model facebook_raw.ads_insights_platform_and_device..................................... [RUN] 2021-05-29 17:25:02 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:02 | 2 of 265 OK created table model facebook_raw.campaigns....................................................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.54s] 2021-05-29 17:25:02 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:02 | 6 of 265 START table model facebook_raw.campaigns_aef_ads.................................................... [RUN] 2021-05-29 17:25:02 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:02 | 7 of 265 START table model facebook_raw.campaigns_9ed_adlabels............................................... [RUN] 2021-05-29 17:25:02 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:02 | 1 of 265 OK created table model facebook_raw.adsets.......................................................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.88s] 2021-05-29 17:25:03 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:03 | 4 of 265 OK created table model facebook_raw.ads_insights_age_and_gender..................................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.25s] 2021-05-29 17:25:03 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:03 | 3 of 265 OK created table model facebook_raw.ads............................................................. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.03s] 2021-05-29 17:25:04 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:04 | 9 of 265 START table model facebook_raw.adsets_ffe_targeting................................................. [RUN] 2021-05-29 17:25:04 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:04 | 10 of 265 START table model facebook_raw.adsets_9e3_promoted_object.......................................... [RUN] 2021-05-29 17:25:04 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:03 | 5 of 265 OK created table model facebook_raw.ads_insights_platform_and_device................................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.57s] 2021-05-29 17:25:04 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:04 | 8 of 265 START table model facebook_raw.adsets_0a6_bid_info.................................................. [RUN] 2021-05-29 17:25:04 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:04 | 6 of 265 OK created table model facebook_raw.campaigns_aef_ads............................................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.01s] 2021-05-29 17:25:04 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:04 | 11 of 265 START table model facebook_raw.adsets_b01_adlabels................................................. [RUN] 2021-05-29 17:25:04 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:04 | 7 of 265 OK created table model facebook_raw.campaigns_9ed_adlabels.......................................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.23s] 2021-05-29 17:25:07 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:07 | 9 of 265 OK created table model facebook_raw.adsets_ffe_targeting............................................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.05s] 2021-05-29 17:25:07 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:07 | 11 of 265 OK created table model facebook_raw.adsets_b01_adlabels............................................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.05s] 2021-05-29 17:25:07 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:07 | 8 of 265 OK created table model facebook_raw.adsets_0a6_bid_info............................................. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.33s] 2021-05-29 17:25:07 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:07 | 13 of 265 START table model facebook_raw.ads_insights_age_and_gender_39f_cost_per_conversion................. [RUN] 2021-05-29 17:25:07 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:07 | 12 of 265 START table model facebook_raw.ads_insights_age_and_gender_608_video_play_curve_actions............ [RUN] 2021-05-29 17:25:07 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:07 | 10 of 265 OK created table model facebook_raw.adsets_9e3_promoted_object..................................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.70s] 2021-05-29 17:25:08 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:08 | 14 of 265 START table model facebook_raw.ads_insights_age_and_gender_518_video_p25_watched_actions........... [RUN] 2021-05-29 17:25:09 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:09 | 16 of 265 START table model facebook_raw.ads_insights_age_and_gender_28e_unique_outbound_clicks_ctr.......... [RUN] 2021-05-29 17:25:09 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:09 | 15 of 265 START table model facebook_raw.ads_insights_age_and_gender_026_outbound_clicks..................... [RUN] 2021-05-29 17:25:10 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:10 | 17 of 265 START table model facebook_raw.ads_insights_age_and_gender_3fc_action_values....................... [RUN] 2021-05-29 17:25:10 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:10 | 18 of 265 START table model facebook_raw.ads_insights_age_and_gender_8c8_cost_per_outbound_click............. [RUN] 2021-05-29 17:25:10 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:10 | 19 of 265 START table model facebook_raw.ads_insights_age_and_gender_2b6_store_visit_actions................. [RUN] 2021-05-29 17:25:10 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:10 | 20 of 265 START table model facebook_raw.ads_insights_age_and_gender_564_catalog_segment_value............... [RUN] 2021-05-29 17:25:11 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:11 | 23 of 265 START table model facebook_raw.ads_insights_age_and_gender_c81_catalog_segment_value_website_purchase_roas [RUN] 2021-05-29 17:25:11 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:11 | 24 of 265 START table model facebook_raw.ads_413_bid_info.................................................... [RUN] 2021-05-29 17:25:11 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:11 | 25 of 265 START table model facebook_raw.ads_insights_age_and_gender_619_video_continuous_2_sec_watched_actions [RUN] 2021-05-29 17:25:11 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:11 | 28 of 265 START table model facebook_raw.ads_insights_age_and_gender_c4b_video_p100_watched_actions.......... [RUN] 2021-05-29 17:25:11 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:11 | 29 of 265 START table model facebook_raw.ads_insights_age_and_gender_aba_catalog_segment_value_omni_purchase_roas [RUN] 2021-05-29 17:25:11 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:10 | 22 of 265 START table model facebook_raw.ads_insights_age_and_gender_bdc_website_ctr......................... [RUN] 2021-05-29 17:25:11 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:11 | 30 of 265 START table model facebook_raw.ads_insights_age_and_gender_d9f_video_p50_watched_actions........... [RUN] 2021-05-29 17:25:11 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:11 | 32 of 265 START table model facebook_raw.ads_insights_age_and_gender_606_video_avg_time_watched_actions...... [RUN] 2021-05-29 17:25:11 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:11 | 34 of 265 START table model facebook_raw.ads_insights_age_and_gender_910_cost_per_2_sec_continuous_video_view [RUN] 2021-05-29 17:25:11 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:11 | 35 of 265 START table model facebook_raw.ads_insights_age_and_gender_10b_cost_per_store_visit_action......... [RUN] 2021-05-29 17:25:11 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:11 | 21 of 265 START table model facebook_raw.ads_insights_age_and_gender_b7c_ad_impression_actions............... [RUN] 2021-05-29 17:25:11 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:11 | 36 of 265 START table model facebook_raw.ads_insights_age_and_gender_334_cost_per_ad_click................... [RUN] 2021-05-29 17:25:11 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:11 | 37 of 265 START table model facebook_raw.ads_insights_age_and_gender_c2a_video_play_retention_graph_actions.. [RUN] 2021-05-29 17:25:11 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:11 | 27 of 265 START table model facebook_raw.ads_insights_age_and_gender_505_video_p95_watched_actions........... [RUN] 2021-05-29 17:25:11 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:11 | 33 of 265 START table model facebook_raw.ads_insights_age_and_gender_a77_website_purchase_roas............... [RUN] 2021-05-29 17:25:11 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:11 | 38 of 265 START table model facebook_raw.ads_insights_age_and_gender_8aa_unique_actions...................... [RUN] 2021-05-29 17:25:11 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:11 | 39 of 265 START table model facebook_raw.ads_insights_age_and_gender_cac_video_play_retention_0_to_15s_actions [RUN] 2021-05-29 17:25:11 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:11 | 40 of 265 START table model facebook_raw.ads_insights_age_and_gender_3a2_cost_per_action_type................ [RUN] 2021-05-29 17:25:11 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:11 | 41 of 265 START table model facebook_raw.ads_insights_age_and_gender_c66_conversion_values................... [RUN] 2021-05-29 17:25:11 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:11 | 26 of 265 START table model facebook_raw.ads_269_targeting................................................... [RUN] 2021-05-29 17:25:11 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:11 | 31 of 265 START table model facebook_raw.ads_023_creative.................................................... [RUN] 2021-05-29 17:25:11 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:11 | 42 of 265 START table model facebook_raw.ads_insights_age_and_gender_c19_cost_per_unique_action_type......... [RUN] 2021-05-29 17:25:12 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:12 | 43 of 265 START table model facebook_raw.ads_insights_age_and_gender_4ac_purchase_roas....................... [RUN] 2021-05-29 17:25:12 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:12 | 13 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_39f_cost_per_conversion............ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 4.27s] 2021-05-29 17:25:12 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:12 | 12 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_608_video_play_curve_actions....... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 4.34s] 2021-05-29 17:25:12 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:12 | 44 of 265 START table model facebook_raw.ads_a66_conversion_specs............................................ [RUN] 2021-05-29 17:25:12 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:12 | 45 of 265 START table model facebook_raw.ads_e5d_tracking_specs.............................................. [RUN] 2021-05-29 17:25:12 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:12 | 15 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_026_outbound_clicks................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.10s] 2021-05-29 17:25:12 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:12 | 46 of 265 START table model facebook_raw.ads_insights_age_and_gender_f93_cost_per_15_sec_video_view.......... [RUN] 2021-05-29 17:25:12 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:12 | 16 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_28e_unique_outbound_clicks_ctr..... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.38s] 2021-05-29 17:25:12 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:12 | 47 of 265 START table model facebook_raw.ads_de2_recommendations............................................. [RUN] 2021-05-29 17:25:12 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:12 | 14 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_518_video_p25_watched_actions...... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 4.41s] 2021-05-29 17:25:12 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:12 | 48 of 265 START table model facebook_raw.ads_1ad_adlabels.................................................... [RUN] 2021-05-29 17:25:13 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:13 | 17 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_3fc_action_values.................. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.20s] 2021-05-29 17:25:13 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:13 | 49 of 265 START table model facebook_raw.ads_insights_age_and_gender_4c0_video_play_actions.................. [RUN] 2021-05-29 17:25:13 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:13 | 30 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_d9f_video_p50_watched_actions...... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.43s] 2021-05-29 17:25:13 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:13 | 50 of 265 START table model facebook_raw.ads_insights_age_and_gender_ed1_ad_click_actions.................... [RUN] 2021-05-29 17:25:13 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:13 | 22 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_bdc_website_ctr.................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.73s] 2021-05-29 17:25:13 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:13 | 51 of 265 START table model facebook_raw.ads_insights_age_and_gender_eea_catalog_segment_actions............. [RUN] 2021-05-29 17:25:14 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:13 | 24 of 265 OK created table model facebook_raw.ads_413_bid_info............................................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.91s] 2021-05-29 17:25:14 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:14 | 20 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_564_catalog_segment_value.......... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.16s] 2021-05-29 17:25:14 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:14 | 34 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_910_cost_per_2_sec_continuous_video_view [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.78s] 2021-05-29 17:25:14 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:14 | 52 of 265 START table model facebook_raw.ads_insights_age_and_gender_562_video_15_sec_watched_actions........ [RUN] 2021-05-29 17:25:14 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:14 | 25 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_619_video_continuous_2_sec_watched_actions [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.02s] 2021-05-29 17:25:14 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:14 | 18 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_8c8_cost_per_outbound_click........ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.38s] 2021-05-29 17:25:14 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:14 | 53 of 265 START table model facebook_raw.ads_insights_age_and_gender_752_video_30_sec_watched_actions........ [RUN] 2021-05-29 17:25:14 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:14 | 32 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_606_video_avg_time_watched_actions. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.90s] 2021-05-29 17:25:14 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:14 | 54 of 265 START table model facebook_raw.ads_insights_age_and_gender_45b_unique_outbound_clicks.............. [RUN] 2021-05-29 17:25:14 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:14 | 55 of 265 START table model facebook_raw.ads_insights_age_and_gender_92d_converted_product_quantity.......... [RUN] 2021-05-29 17:25:14 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:14 | 56 of 265 START table model facebook_raw.ads_insights_age_and_gender_f47_cost_per_unique_outbound_click...... [RUN] 2021-05-29 17:25:14 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:14 | 23 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_c81_catalog_segment_value_website_purchase_roas [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.41s] 2021-05-29 17:25:14 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:14 | 57 of 265 START table model facebook_raw.ads_insights_age_and_gender_311_cost_per_thruplay................... [RUN] 2021-05-29 17:25:14 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:14 | 58 of 265 START table model facebook_raw.ads_insights_age_and_gender_d1b_mobile_app_purchase_roas............ [RUN] 2021-05-29 17:25:14 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:14 | 28 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_c4b_video_p100_watched_actions..... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.45s] 2021-05-29 17:25:14 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:14 | 31 of 265 OK created table model facebook_raw.ads_023_creative............................................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.90s] 2021-05-29 17:25:14 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:14 | 39 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_cac_video_play_retention_0_to_15s_actions [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.07s] 2021-05-29 17:25:14 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:14 | 29 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_aba_catalog_segment_value_omni_purchase_roas [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.78s] 2021-05-29 17:25:15 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:14 | 37 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_c2a_video_play_retention_graph_actions [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.52s] 2021-05-29 17:25:15 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:15 | 35 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_10b_cost_per_store_visit_action.... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.70s] 2021-05-29 17:25:15 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:15 | 27 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_505_video_p95_watched_actions...... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.67s] 2021-05-29 17:25:15 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:15 | 40 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_3a2_cost_per_action_type........... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.46s] 2021-05-29 17:25:15 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:15 | 41 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_c66_conversion_values.............. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.55s] 2021-05-29 17:25:15 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:15 | 59 of 265 START table model facebook_raw.ads_insights_age_and_gender_408_conversions......................... [RUN] 2021-05-29 17:25:15 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:15 | 19 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_2b6_store_visit_actions............ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 4.43s] 2021-05-29 17:25:15 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:15 | 60 of 265 START table model facebook_raw.ads_insights_age_and_gender_b3a_catalog_segment_value_mobile_purchase_roas [RUN] 2021-05-29 17:25:15 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:15 | 21 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_b7c_ad_impression_actions.......... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 4.10s] 2021-05-29 17:25:15 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:15 | 42 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_c19_cost_per_unique_action_type.... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.72s] 2021-05-29 17:25:15 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:15 | 61 of 265 START table model facebook_raw.ads_insights_age_and_gender_bff_converted_product_value............. [RUN] 2021-05-29 17:25:15 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:15 | 48 of 265 OK created table model facebook_raw.ads_1ad_adlabels............................................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.81s] 2021-05-29 17:25:15 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:15 | 44 of 265 OK created table model facebook_raw.ads_a66_conversion_specs....................................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.24s] 2021-05-29 17:25:15 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:15 | 36 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_334_cost_per_ad_click.............. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 4.26s] 2021-05-29 17:25:15 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:15 | 45 of 265 OK created table model facebook_raw.ads_e5d_tracking_specs......................................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.15s] 2021-05-29 17:25:15 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:15 | 38 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_8aa_unique_actions................. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.94s] 2021-05-29 17:25:15 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:15 | 26 of 265 OK created table model facebook_raw.ads_269_targeting.............................................. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.99s] 2021-05-29 17:25:15 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:15 | 47 of 265 OK created table model facebook_raw.ads_de2_recommendations........................................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.91s] 2021-05-29 17:25:15 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:15 | 43 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_4ac_purchase_roas.................. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.44s] 2021-05-29 17:25:15 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:15 | 46 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_f93_cost_per_15_sec_video_view..... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.09s] 2021-05-29 17:25:16 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:16 | 62 of 265 START table model facebook_raw.ads_insights_age_and_gender_818_video_play_retention_20_to_60s_actions [RUN] 2021-05-29 17:25:16 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:16 | 63 of 265 START table model facebook_raw.ads_insights_age_and_gender_ff8_video_time_watched_actions.......... [RUN] 2021-05-29 17:25:16 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:16 | 49 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_4c0_video_play_actions............. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.66s] 2021-05-29 17:25:16 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:16 | 64 of 265 START table model facebook_raw.ads_insights_age_and_gender_cb0_video_p75_watched_actions........... [RUN] 2021-05-29 17:25:16 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:16 | 65 of 265 START table model facebook_raw.ads_insights_age_and_gender_a26_outbound_clicks_ctr................. [RUN] 2021-05-29 17:25:16 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:16 | 51 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_eea_catalog_segment_actions........ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.47s] 2021-05-29 17:25:16 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:16 | 50 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_ed1_ad_click_actions............... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.33s] 2021-05-29 17:25:16 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:16 | 66 of 265 START table model facebook_raw.ads_insights_age_and_gender_51a_actions............................. [RUN] 2021-05-29 17:25:16 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:16 | 67 of 265 START table model facebook_raw.ads_insights_platform_and_device_12b_conversion_values.............. [RUN] 2021-05-29 17:25:16 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:16 | 68 of 265 START table model facebook_raw.ads_insights_platform_and_device_3b7_cost_per_conversion............ [RUN] 2021-05-29 17:25:16 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:16 | 52 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_562_video_15_sec_watched_actions... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.51s] 2021-05-29 17:25:16 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:16 | 70 of 265 START table model facebook_raw.ads_insights_platform_and_device_574_conversions.................... [RUN] 2021-05-29 17:25:16 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:16 | 71 of 265 START table model facebook_raw.ads_insights_platform_and_device_6a6_video_play_retention_20_to_60s_actions [RUN] 2021-05-29 17:25:16 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:16 | 69 of 265 START table model facebook_raw.ads_insights_platform_and_device_95b_cost_per_unique_outbound_click. [RUN] 2021-05-29 17:25:16 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:16 | 74 of 265 START table model facebook_raw.ads_insights_platform_and_device_62b_video_15_sec_watched_actions... [RUN] 2021-05-29 17:25:16 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:16 | 76 of 265 START table model facebook_raw.ads_insights_platform_and_device_676_video_play_retention_graph_actions [RUN] 2021-05-29 17:25:16 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:16 | 77 of 265 START table model facebook_raw.ads_insights_platform_and_device_272_video_p95_watched_actions...... [RUN] 2021-05-29 17:25:17 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:17 | 75 of 265 START table model facebook_raw.ads_insights_platform_and_device_082_cost_per_15_sec_video_view..... [RUN] 2021-05-29 17:25:17 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:16 | 73 of 265 START table model facebook_raw.ads_insights_platform_and_device_55d_converted_product_value........ [RUN] 2021-05-29 17:25:17 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:17 | 79 of 265 START table model facebook_raw.ads_insights_platform_and_device_64f_video_play_actions............. [RUN] 2021-05-29 17:25:17 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:16 | 72 of 265 START table model facebook_raw.ads_insights_platform_and_device_5d0_video_avg_time_watched_actions. [RUN] 2021-05-29 17:25:17 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:17 | 33 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_a77_website_purchase_roas.......... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 5.52s] 2021-05-29 17:25:17 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:17 | 80 of 265 START table model facebook_raw.ads_insights_platform_and_device_6e0_mobile_app_purchase_roas....... [RUN] 2021-05-29 17:25:17 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:17 | 53 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_752_video_30_sec_watched_actions... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.84s] 2021-05-29 17:25:17 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:17 | 56 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_f47_cost_per_unique_outbound_click. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.70s] 2021-05-29 17:25:17 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:17 | 78 of 265 START table model facebook_raw.ads_insights_platform_and_device_842_purchase_roas.................. [RUN] 2021-05-29 17:25:17 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:17 | 57 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_311_cost_per_thruplay.............. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.63s] 2021-05-29 17:25:17 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:17 | 83 of 265 START table model facebook_raw.ads_insights_platform_and_device_29a_cost_per_thruplay.............. [RUN] 2021-05-29 17:25:17 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:17 | 82 of 265 START table model facebook_raw.ads_insights_platform_and_device_716_outbound_clicks................ [RUN] 2021-05-29 17:25:17 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:17 | 81 of 265 START table model facebook_raw.ads_insights_platform_and_device_9cd_cost_per_action_type........... [RUN] 2021-05-29 17:25:17 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:17 | 58 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_d1b_mobile_app_purchase_roas....... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.68s] 2021-05-29 17:25:17 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:17 | 85 of 265 START table model facebook_raw.ads_insights_platform_and_device_832_video_30_sec_watched_actions... [RUN] 2021-05-29 17:25:17 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:17 | 55 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_92d_converted_product_quantity..... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.84s] 2021-05-29 17:25:17 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:17 | 54 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_45b_unique_outbound_clicks......... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.10s] 2021-05-29 17:25:17 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:17 | 86 of 265 START table model facebook_raw.ads_insights_platform_and_device_345_video_p25_watched_actions...... [RUN] 2021-05-29 17:25:17 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:17 | 84 of 265 START table model facebook_raw.ads_insights_platform_and_device_c48_catalog_segment_value_omni_purchase_roas [RUN] 2021-05-29 17:25:17 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:17 | 87 of 265 START table model facebook_raw.ads_insights_platform_and_device_ac4_outbound_clicks_ctr............ [RUN] 2021-05-29 17:25:17 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:17 | 88 of 265 START table model facebook_raw.ads_insights_platform_and_device_104_ad_impression_actions.......... [RUN] 2021-05-29 17:25:17 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:17 | 89 of 265 START table model facebook_raw.ads_insights_platform_and_device_747_video_play_retention_0_to_15s_actions [RUN] 2021-05-29 17:25:17 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:17 | 90 of 265 START table model facebook_raw.ads_insights_platform_and_device_59b_video_play_curve_actions....... [RUN] 2021-05-29 17:25:18 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:18 | 59 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_408_conversions.................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.06s] 2021-05-29 17:25:18 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:18 | 91 of 265 START table model facebook_raw.ads_insights_platform_and_device_a63_cost_per_unique_action_type.... [RUN] 2021-05-29 17:25:18 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:18 | 60 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_b3a_catalog_segment_value_mobile_purchase_roas [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.50s] 2021-05-29 17:25:18 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:18 | 92 of 265 START table model facebook_raw.ads_insights_platform_and_device_bac_website_purchase_roas.......... [RUN] 2021-05-29 17:25:19 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:19 | 76 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_676_video_play_retention_graph_actions [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.25s] 2021-05-29 17:25:19 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:19 | 93 of 265 START table model facebook_raw.ads_insights_platform_and_device_ab9_video_p100_watched_actions..... [RUN] 2021-05-29 17:25:19 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:19 | 62 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_818_video_play_retention_20_to_60s_actions [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.14s] 2021-05-29 17:25:19 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:19 | 94 of 265 START table model facebook_raw.ads_insights_platform_and_device_170_ad_click_actions............... [RUN] 2021-05-29 17:25:19 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:19 | 61 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_bff_converted_product_value........ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.89s] 2021-05-29 17:25:19 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:19 | 95 of 265 START table model facebook_raw.ads_insights_platform_and_device_ae0_website_ctr.................... [RUN] 2021-05-29 17:25:19 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:19 | 63 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_ff8_video_time_watched_actions..... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.38s] 2021-05-29 17:25:19 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:19 | 96 of 265 START table model facebook_raw.ads_insights_platform_and_device_0fb_cost_per_outbound_click........ [RUN] 2021-05-29 17:25:19 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:19 | 65 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_a26_outbound_clicks_ctr............ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.23s] 2021-05-29 17:25:19 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:19 | 97 of 265 START table model facebook_raw.ads_insights_platform_and_device_d1d_cost_per_store_visit_action.... [RUN] 2021-05-29 17:25:19 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:19 | 66 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_51a_actions........................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.15s] 2021-05-29 17:25:19 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:19 | 98 of 265 START table model facebook_raw.ads_insights_platform_and_device_b78_cost_per_2_sec_continuous_video_view [RUN] 2021-05-29 17:25:19 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:19 | 83 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_29a_cost_per_thruplay......... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.51s] 2021-05-29 17:25:19 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:19 | 99 of 265 START table model facebook_raw.ads_insights_platform_and_device_2b6_video_p50_watched_actions...... [RUN] 2021-05-29 17:25:19 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:19 | 69 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_95b_cost_per_unique_outbound_click [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.00s] 2021-05-29 17:25:19 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:19 | 100 of 265 START table model facebook_raw.ads_insights_platform_and_device_a25_actions....................... [RUN] 2021-05-29 17:25:19 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:19 | 77 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_272_video_p95_watched_actions. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.99s] 2021-05-29 17:25:19 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:19 | 64 of 265 OK created table model facebook_raw.ads_insights_age_and_gender_cb0_video_p75_watched_actions...... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.66s] 2021-05-29 17:25:19 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:19 | 101 of 265 START table model facebook_raw.ads_insights_platform_and_device_f1f_catalog_segment_value......... [RUN] 2021-05-29 17:25:20 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:20 | 70 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_574_conversions............... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.21s] 2021-05-29 17:25:20 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:20 | 68 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_3b7_cost_per_conversion....... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.40s] 2021-05-29 17:25:20 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:20 | 71 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_6a6_video_play_retention_20_to_60s_actions [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.37s] 2021-05-29 17:25:20 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:20 | 75 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_082_cost_per_15_sec_video_view [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.33s] 2021-05-29 17:25:20 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:20 | 72 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_5d0_video_avg_time_watched_actions [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.26s] 2021-05-29 17:25:20 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:20 | 102 of 265 START table model facebook_raw.ads_insights_platform_and_device_0ba_video_continuous_2_sec_watched_actions [RUN] 2021-05-29 17:25:20 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:20 | 103 of 265 START table model facebook_raw.ads_insights_platform_and_device_776_unique_actions................ [RUN] 2021-05-29 17:25:20 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:20 | 104 of 265 START table model facebook_raw.ads_insights_platform_and_device_a53_unique_outbound_clicks_ctr.... [RUN] 2021-05-29 17:25:20 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:20 | 105 of 265 START table model facebook_raw.campaigns_ads_d08_data............................................. [RUN] 2021-05-29 17:25:20 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:20 | 106 of 265 START table model facebook_raw.ads_insights_platform_and_device_e62_converted_product_quantity.... [RUN] 2021-05-29 17:25:20 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:20 | 73 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_55d_converted_product_value... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.68s] 2021-05-29 17:25:20 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:20 | 81 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_9cd_cost_per_action_type...... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.40s] 2021-05-29 17:25:20 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:20 | 80 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_6e0_mobile_app_purchase_roas.. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.58s] 2021-05-29 17:25:20 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:20 | 85 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_832_video_30_sec_watched_actions [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.39s] 2021-05-29 17:25:20 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:20 | 108 of 265 START table model facebook_raw.ads_insights_platform_and_device_caf_catalog_segment_actions....... [RUN] 2021-05-29 17:25:20 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:20 | 107 of 265 START table model facebook_raw.ads_insights_platform_and_device_abb_video_p75_watched_actions..... [RUN] 2021-05-29 17:25:20 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:20 | 87 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_ac4_outbound_clicks_ctr....... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.33s] 2021-05-29 17:25:20 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:20 | 109 of 265 START table model facebook_raw.ads_insights_platform_and_device_ce1_catalog_segment_value_mobile_purchase_roas [RUN] 2021-05-29 17:25:20 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:20 | 110 of 265 START table model facebook_raw.ads_insights_platform_and_device_38c_unique_outbound_clicks........ [RUN] 2021-05-29 17:25:21 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:21 | 82 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_716_outbound_clicks........... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 4.01s] 2021-05-29 17:25:21 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:21 | 78 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_842_purchase_roas............. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 4.17s] 2021-05-29 17:25:21 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:21 | 89 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_747_video_play_retention_0_to_15s_actions [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.73s] 2021-05-29 17:25:21 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:21 | 111 of 265 START table model facebook_raw.ads_insights_platform_and_device_cd3_cost_per_ad_click............. [RUN] 2021-05-29 17:25:21 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:21 | 88 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_104_ad_impression_actions..... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.83s] 2021-05-29 17:25:21 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:21 | 90 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_59b_video_play_curve_actions.. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.81s] 2021-05-29 17:25:21 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:21 | 112 of 265 START table model facebook_raw.ads_insights_platform_and_device_e0e_video_time_watched_actions.... [RUN] 2021-05-29 17:25:21 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:21 | 74 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_62b_video_15_sec_watched_actions [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 4.51s] 2021-05-29 17:25:21 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:21 | 86 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_345_video_p25_watched_actions. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.95s] 2021-05-29 17:25:21 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:21 | 84 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_c48_catalog_segment_value_omni_purchase_roas [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 4.11s] 2021-05-29 17:25:21 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:21 | 91 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_a63_cost_per_unique_action_type [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.30s] 2021-05-29 17:25:21 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:21 | 67 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_12b_conversion_values......... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 5.24s] 2021-05-29 17:25:21 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:21 | 92 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_bac_website_purchase_roas..... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.93s] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 79 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_64f_video_play_actions........ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 4.99s] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 96 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_0fb_cost_per_outbound_click... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.57s] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:21 | 99 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_2b6_video_p50_watched_actions. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.16s] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 97 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_d1d_cost_per_store_visit_action [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.43s] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 94 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_170_ad_click_actions.......... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.86s] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 100 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_a25_actions.................. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.18s] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 93 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_ab9_video_p100_watched_actions [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.90s] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 113 of 265 START table model facebook_raw.ads_insights_platform_and_device_e49_store_visit_actions........... [RUN] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 98 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_b78_cost_per_2_sec_continuous_video_view [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.37s] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 114 of 265 START table model facebook_raw.ads_insights_platform_and_device_8b4_action_values................. [RUN] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 115 of 265 START table model facebook_raw.ads_insights_platform_and_device_d9e_catalog_segment_value_website_purchase_roas [RUN] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 95 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_ae0_website_ctr............... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.77s] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 116 of 265 START table model facebook_raw.adsets_targeting_745_excluded_geo_locations........................ [RUN] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 101 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_f1f_catalog_segment_value.... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.42s] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 102 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_0ba_video_continuous_2_sec_watched_actions [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.10s] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 117 of 265 START table model facebook_raw.adsets_targeting_46f_excluded_custom_audiences..................... [RUN] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 118 of 265 START table model facebook_raw.adsets_targeting_36a_industries.................................... [RUN] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 119 of 265 START table model facebook_raw.adsets_targeting_83b_geo_locations................................. [RUN] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 104 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_a53_unique_outbound_clicks_ctr [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.13s] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 124 of 265 START table model facebook_raw.adsets_targeting_c37_home_type..................................... [RUN] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 120 of 265 START table model facebook_raw.adsets_targeting_a47_custom_audiences.............................. [RUN] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 122 of 265 START table model facebook_raw.adsets_targeting_bcc_connections................................... [RUN] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 125 of 265 START table model facebook_raw.adsets_targeting_83b_moms.......................................... [RUN] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 123 of 265 START table model facebook_raw.adsets_targeting_24c_interests..................................... [RUN] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 121 of 265 START table model facebook_raw.adsets_targeting_a03_work_positions................................ [RUN] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 126 of 265 START table model facebook_raw.adsets_targeting_757_income........................................ [RUN] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 132 of 265 START table model facebook_raw.adsets_targeting_ba7_home_ownership................................ [RUN] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 129 of 265 START table model facebook_raw.adsets_targeting_b78_flexible_spec................................. [RUN] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 131 of 265 START table model facebook_raw.adsets_targeting_6ec_user_adclusters............................... [RUN] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 128 of 265 START table model facebook_raw.adsets_targeting_e46_behaviors..................................... [RUN] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 127 of 265 START table model facebook_raw.adsets_targeting_c3f_excluded_connections.......................... [RUN] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 133 of 265 START table model facebook_raw.adsets_targeting_f73_politics...................................... [RUN] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 130 of 265 START table model facebook_raw.adsets_targeting_350_office_type................................... [RUN] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 134 of 265 START table model facebook_raw.adsets_targeting_a2d_exclusions.................................... [RUN] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 103 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_776_unique_actions........... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.37s] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 135 of 265 START table model facebook_raw.adsets_targeting_6eb_family_statuses............................... [RUN] 2021-05-29 17:25:22 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:22 | 136 of 265 START table model facebook_raw.adsets_targeting_c5e_friends_of_connections........................ [RUN] 2021-05-29 17:25:23 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:23 | 106 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_e62_converted_product_quantity [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.70s] 2021-05-29 17:25:23 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:23 | 105 of 265 OK created table model facebook_raw.campaigns_ads_d08_data........................................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.83s] 2021-05-29 17:25:23 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:23 | 137 of 265 START table model facebook_raw.adsets_targeting_fed_net_worth..................................... [RUN] 2021-05-29 17:25:23 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:23 | 107 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_abb_video_p75_watched_actions [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.09s] 2021-05-29 17:25:23 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:23 | 138 of 265 START table model facebook_raw.adsets_targeting_e2e_generation.................................... [RUN] 2021-05-29 17:25:24 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:24 | 108 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_caf_catalog_segment_actions.. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.45s] 2021-05-29 17:25:24 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:24 | 110 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_38c_unique_outbound_clicks... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.35s] 2021-05-29 17:25:24 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:24 | 112 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_e0e_video_time_watched_actions [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.94s] 2021-05-29 17:25:24 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:24 | 115 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_d9e_catalog_segment_value_website_purchase_roas [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.51s] 2021-05-29 17:25:24 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:24 | 111 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_cd3_cost_per_ad_click........ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.30s] 2021-05-29 17:25:24 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:24 | 139 of 265 START table model facebook_raw.ads_targeting_1c0_home_ownership................................... [RUN] 2021-05-29 17:25:24 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:24 | 140 of 265 START table model facebook_raw.ads_targeting_a10_excluded_connections............................. [RUN] 2021-05-29 17:25:24 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:24 | 141 of 265 START table model facebook_raw.ads_targeting_51b_excluded_geo_locations........................... [RUN] 2021-05-29 17:25:24 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:24 | 144 of 265 START table model facebook_raw.ads_targeting_014_office_type...................................... [RUN] 2021-05-29 17:25:24 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:24 | 143 of 265 START table model facebook_raw.ads_targeting_fea_exclusions....................................... [RUN] 2021-05-29 17:25:24 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:24 | 142 of 265 START table model facebook_raw.ads_targeting_778_custom_audiences................................. [RUN] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 117 of 265 OK created table model facebook_raw.adsets_targeting_46f_excluded_custom_audiences................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.53s] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 114 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_8b4_action_values............ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.91s] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 145 of 265 START table model facebook_raw.ads_targeting_b32_net_worth........................................ [RUN] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 146 of 265 START table model facebook_raw.ads_targeting_931_geo_locations.................................... [RUN] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 113 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_e49_store_visit_actions...... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.01s] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 147 of 265 START table model facebook_raw.ads_targeting_1ca_interests........................................ [RUN] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 118 of 265 OK created table model facebook_raw.adsets_targeting_36a_industries............................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.67s] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 148 of 265 START table model facebook_raw.ads_targeting_36e_behaviors........................................ [RUN] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 125 of 265 OK created table model facebook_raw.adsets_targeting_83b_moms..................................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.64s] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 149 of 265 START table model facebook_raw.ads_targeting_b16_work_positions................................... [RUN] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 116 of 265 OK created table model facebook_raw.adsets_targeting_745_excluded_geo_locations................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.00s] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 150 of 265 START table model facebook_raw.ads_targeting_b5f_connections...................................... [RUN] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 124 of 265 OK created table model facebook_raw.adsets_targeting_c37_home_type................................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.78s] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 151 of 265 START table model facebook_raw.ads_targeting_e69_flexible_spec.................................... [RUN] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 119 of 265 OK created table model facebook_raw.adsets_targeting_83b_geo_locations............................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.91s] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 132 of 265 OK created table model facebook_raw.adsets_targeting_ba7_home_ownership........................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.76s] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 152 of 265 START table model facebook_raw.ads_targeting_bfa_generation....................................... [RUN] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 153 of 265 START table model facebook_raw.ads_targeting_6b7_friends_of_connections........................... [RUN] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 122 of 265 OK created table model facebook_raw.adsets_targeting_bcc_connections.............................. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.87s] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 154 of 265 START table model facebook_raw.ads_targeting_fe4_excluded_custom_audiences........................ [RUN] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 123 of 265 OK created table model facebook_raw.adsets_targeting_24c_interests................................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.91s] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 155 of 265 START table model facebook_raw.ads_targeting_4e9_moms............................................. [RUN] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 131 of 265 OK created table model facebook_raw.adsets_targeting_6ec_user_adclusters.......................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.05s] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 156 of 265 START table model facebook_raw.ads_targeting_0de_industries....................................... [RUN] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 127 of 265 OK created table model facebook_raw.adsets_targeting_c3f_excluded_connections..................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.10s] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 157 of 265 START table model facebook_raw.ads_targeting_a78_home_type........................................ [RUN] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 120 of 265 OK created table model facebook_raw.adsets_targeting_a47_custom_audiences......................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.26s] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 158 of 265 START table model facebook_raw.ads_targeting_e63_politics......................................... [RUN] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 126 of 265 OK created table model facebook_raw.adsets_targeting_757_income................................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.21s] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 159 of 265 START table model facebook_raw.ads_targeting_f8e_user_adclusters.................................. [RUN] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 121 of 265 OK created table model facebook_raw.adsets_targeting_a03_work_positions........................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.26s] 2021-05-29 17:25:25 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 160 of 265 START table model facebook_raw.ads_targeting_ed5_income........................................... [RUN] 2021-05-29 17:25:26 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:25 | 133 of 265 OK created table model facebook_raw.adsets_targeting_f73_politics................................. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.15s] 2021-05-29 17:25:26 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:26 | 161 of 265 START table model facebook_raw.ads_targeting_97f_family_statuses.................................. [RUN] 2021-05-29 17:25:26 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:26 | 128 of 265 OK created table model facebook_raw.adsets_targeting_e46_behaviors................................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.71s] 2021-05-29 17:25:26 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:26 | 135 of 265 OK created table model facebook_raw.adsets_targeting_6eb_family_statuses.......................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.63s] 2021-05-29 17:25:26 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:26 | 136 of 265 OK created table model facebook_raw.adsets_targeting_c5e_friends_of_connections................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.67s] 2021-05-29 17:25:26 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:26 | 134 of 265 OK created table model facebook_raw.adsets_targeting_a2d_exclusions............................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.87s] 2021-05-29 17:25:26 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:26 | 109 of 265 OK created table model facebook_raw.ads_insights_platform_and_device_ce1_catalog_segment_value_mobile_purchase_roas [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 5.83s] 2021-05-29 17:25:26 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:26 | 130 of 265 OK created table model facebook_raw.adsets_targeting_350_office_type.............................. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 4.02s] 2021-05-29 17:25:26 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:26 | 138 of 265 OK created table model facebook_raw.adsets_targeting_e2e_generation............................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.87s] 2021-05-29 17:25:26 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:26 | 137 of 265 OK created table model facebook_raw.adsets_targeting_fed_net_worth................................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.46s] 2021-05-29 17:25:26 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:26 | 140 of 265 OK created table model facebook_raw.ads_targeting_a10_excluded_connections........................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.08s] 2021-05-29 17:25:27 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:27 | 139 of 265 OK created table model facebook_raw.ads_targeting_1c0_home_ownership.............................. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.15s] 2021-05-29 17:25:27 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:27 | 142 of 265 OK created table model facebook_raw.ads_targeting_778_custom_audiences............................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.19s] 2021-05-29 17:25:27 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:27 | 144 of 265 OK created table model facebook_raw.ads_targeting_014_office_type................................. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.32s] 2021-05-29 17:25:27 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:27 | 141 of 265 OK created table model facebook_raw.ads_targeting_51b_excluded_geo_locations...................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.52s] 2021-05-29 17:25:27 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:27 | 143 of 265 OK created table model facebook_raw.ads_targeting_fea_exclusions.................................. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.64s] 2021-05-29 17:25:27 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:27 | 146 of 265 OK created table model facebook_raw.ads_targeting_931_geo_locations............................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.54s] 2021-05-29 17:25:27 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:27 | 162 of 265 START table model facebook_raw.adsets_targeting_excluded_geo_locations_022_regions................ [RUN] 2021-05-29 17:25:27 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:27 | 148 of 265 OK created table model facebook_raw.ads_targeting_36e_behaviors................................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.43s] 2021-05-29 17:25:27 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:27 | 150 of 265 OK created table model facebook_raw.ads_targeting_b5f_connections................................. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.42s] 2021-05-29 17:25:27 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:27 | 151 of 265 OK created table model facebook_raw.ads_targeting_e69_flexible_spec............................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.35s] 2021-05-29 17:25:27 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:27 | 155 of 265 OK created table model facebook_raw.ads_targeting_4e9_moms........................................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.23s] 2021-05-29 17:25:27 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:27 | 154 of 265 OK created table model facebook_raw.ads_targeting_fe4_excluded_custom_audiences................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.25s] 2021-05-29 17:25:27 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:27 | 152 of 265 OK created table model facebook_raw.ads_targeting_bfa_generation.................................. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.31s] 2021-05-29 17:25:27 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:27 | 145 of 265 OK created table model facebook_raw.ads_targeting_b32_net_worth................................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.78s] 2021-05-29 17:25:27 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:27 | 149 of 265 OK created table model facebook_raw.ads_targeting_b16_work_positions.............................. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.57s] 2021-05-29 17:25:27 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:27 | 163 of 265 START table model facebook_raw.adsets_targeting_excluded_geo_locations_420_zips................... [RUN] 2021-05-29 17:25:27 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:27 | 147 of 265 OK created table model facebook_raw.ads_targeting_1ca_interests................................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.72s] 2021-05-29 17:25:28 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:28 | 153 of 265 OK created table model facebook_raw.ads_targeting_6b7_friends_of_connections...................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.90s] 2021-05-29 17:25:28 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:28 | 164 of 265 START table model facebook_raw.adsets_targeting_excluded_geo_locations_994_cities................. [RUN] 2021-05-29 17:25:28 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:28 | 159 of 265 OK created table model facebook_raw.ads_targeting_f8e_user_adclusters............................. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.63s] 2021-05-29 17:25:28 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:28 | 156 of 265 OK created table model facebook_raw.ads_targeting_0de_industries.................................. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.91s] 2021-05-29 17:25:28 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:28 | 165 of 265 START table model facebook_raw.adsets_targeting_excluded_geo_locations_f04_geo_markets............ [RUN] 2021-05-29 17:25:28 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:28 | 166 of 265 START table model facebook_raw.adsets_targeting_excluded_geo_locations_118_custom_locations....... [RUN] 2021-05-29 17:25:28 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:28 | 167 of 265 START table model facebook_raw.adsets_targeting_geo_locations_26a_cities.......................... [RUN] 2021-05-29 17:25:28 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:28 | 158 of 265 OK created table model facebook_raw.ads_targeting_e63_politics.................................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.03s] 2021-05-29 17:25:29 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:28 | 161 of 265 OK created table model facebook_raw.ads_targeting_97f_family_statuses............................. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.92s] 2021-05-29 17:25:29 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:28 | 168 of 265 START table model facebook_raw.adsets_targeting_geo_locations_a8a_zips............................ [RUN] 2021-05-29 17:25:29 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:28 | 169 of 265 START table model facebook_raw.adsets_targeting_exclusions_2e7_connections........................ [RUN] 2021-05-29 17:25:29 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:28 | 170 of 265 START table model facebook_raw.adsets_targeting_geo_locations_b36_regions......................... [RUN] 2021-05-29 17:25:29 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:28 | 171 of 265 START table model facebook_raw.adsets_targeting_exclusions_3f8_family_statuses.................... [RUN] 2021-05-29 17:25:29 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:28 | 172 of 265 START table model facebook_raw.adsets_targeting_exclusions_0e5_education_majors................... [RUN] 2021-05-29 17:25:29 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:29 | 173 of 265 START table model facebook_raw.adsets_targeting_exclusions_580_income............................. [RUN] 2021-05-29 17:25:29 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:28 | 157 of 265 OK created table model facebook_raw.ads_targeting_a78_home_type................................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.78s] 2021-05-29 17:25:29 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:29 | 178 of 265 START table model facebook_raw.adsets_targeting_exclusions_967_excluded_connections............... [RUN] 2021-05-29 17:25:29 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:29 | 175 of 265 START table model facebook_raw.adsets_targeting_exclusions_373_interests.......................... [RUN] 2021-05-29 17:25:29 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:29 | 174 of 265 START table model facebook_raw.adsets_targeting_exclusions_d56_work_positions..................... [RUN] 2021-05-29 17:25:29 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:29 | 177 of 265 START table model facebook_raw.adsets_targeting_exclusions_5d4_generation......................... [RUN] 2021-05-29 17:25:29 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:29 | 160 of 265 OK created table model facebook_raw.ads_targeting_ed5_income...................................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.06s] 2021-05-29 17:25:29 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:29 | 179 of 265 START table model facebook_raw.adsets_targeting_exclusions_80b_net_worth.......................... [RUN] 2021-05-29 17:25:29 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:29 | 180 of 265 START table model facebook_raw.adsets_targeting_geo_locations_8cf_custom_locations................ [RUN] 2021-05-29 17:25:29 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:29 | 176 of 265 START table model facebook_raw.adsets_targeting_exclusions_49d_excluded_custom_audiences.......... [RUN] 2021-05-29 17:25:29 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:29 | 181 of 265 START table model facebook_raw.adsets_targeting_exclusions_7d9_friends_of_connections............. [RUN] 2021-05-29 17:25:29 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:29 | 182 of 265 START table model facebook_raw.adsets_targeting_exclusions_8d6_politics........................... [RUN] 2021-05-29 17:25:29 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:29 | 183 of 265 START table model facebook_raw.adsets_targeting_geo_locations_cba_geo_markets..................... [RUN] 2021-05-29 17:25:29 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:29 | 184 of 265 START table model facebook_raw.adsets_targeting_exclusions_af1_life_events........................ [RUN] 2021-05-29 17:25:30 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:30 | 185 of 265 START table model facebook_raw.adsets_targeting_exclusions_cc1_work_employers..................... [RUN] 2021-05-29 17:25:30 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:30 | 129 of 265 OK created table model facebook_raw.adsets_targeting_b78_flexible_spec............................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 7.44s] 2021-05-29 17:25:30 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:30 | 186 of 265 START table model facebook_raw.adsets_targeting_exclusions_a1b_behaviors.......................... [RUN] 2021-05-29 17:25:30 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:30 | 187 of 265 START table model facebook_raw.adsets_targeting_exclusions_acd_industries......................... [RUN] 2021-05-29 17:25:30 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:30 | 162 of 265 OK created table model facebook_raw.adsets_targeting_excluded_geo_locations_022_regions........... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.80s] 2021-05-29 17:25:30 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:30 | 188 of 265 START table model facebook_raw.adsets_targeting_exclusions_055_household_composition.............. [RUN] 2021-05-29 17:25:30 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:30 | 189 of 265 START table model facebook_raw.adsets_targeting_exclusions_c7b_custom_audiences................... [RUN] 2021-05-29 17:25:31 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:31 | 163 of 265 OK created table model facebook_raw.adsets_targeting_excluded_geo_locations_420_zips.............. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.20s] 2021-05-29 17:25:31 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:31 | 190 of 265 START table model facebook_raw.adsets_targeting_exclusions_1a3_moms............................... [RUN] 2021-05-29 17:25:31 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:31 | 191 of 265 START table model facebook_raw.adsets_targeting_exclusions_c9c_home_ownership..................... [RUN] 2021-05-29 17:25:31 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:31 | 192 of 265 START table model facebook_raw.adsets_targeting_exclusions_f3c_user_adclusters.................... [RUN] 2021-05-29 17:25:31 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:31 | 164 of 265 OK created table model facebook_raw.adsets_targeting_excluded_geo_locations_994_cities............ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.15s] 2021-05-29 17:25:31 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:31 | 175 of 265 OK created table model facebook_raw.adsets_targeting_exclusions_373_interests..................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.75s] 2021-05-29 17:25:32 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:32 | 166 of 265 OK created table model facebook_raw.adsets_targeting_excluded_geo_locations_118_custom_locations.. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.19s] 2021-05-29 17:25:32 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:32 | 181 of 265 OK created table model facebook_raw.adsets_targeting_exclusions_7d9_friends_of_connections........ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.81s] 2021-05-29 17:25:32 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:32 | 178 of 265 OK created table model facebook_raw.adsets_targeting_exclusions_967_excluded_connections.......... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.08s] 2021-05-29 17:25:32 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:32 | 179 of 265 OK created table model facebook_raw.adsets_targeting_exclusions_80b_net_worth..................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.90s] 2021-05-29 17:25:32 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:32 | 171 of 265 OK created table model facebook_raw.adsets_targeting_exclusions_3f8_family_statuses............... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.36s] 2021-05-29 17:25:32 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:32 | 168 of 265 OK created table model facebook_raw.adsets_targeting_geo_locations_a8a_zips....................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.40s] 2021-05-29 17:25:32 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:32 | 177 of 265 OK created table model facebook_raw.adsets_targeting_exclusions_5d4_generation.................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.29s] 2021-05-29 17:25:32 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:32 | 170 of 265 OK created table model facebook_raw.adsets_targeting_geo_locations_b36_regions.................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.62s] 2021-05-29 17:25:32 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:32 | 169 of 265 OK created table model facebook_raw.adsets_targeting_exclusions_2e7_connections................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.62s] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 193 of 265 START table model facebook_raw.ads_targeting_excluded_geo_locations_c37_regions................... [RUN] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 176 of 265 OK created table model facebook_raw.adsets_targeting_exclusions_49d_excluded_custom_audiences..... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.70s] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 182 of 265 OK created table model facebook_raw.adsets_targeting_exclusions_8d6_politics...................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.67s] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 174 of 265 OK created table model facebook_raw.adsets_targeting_exclusions_d56_work_positions................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.95s] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 194 of 265 START table model facebook_raw.ads_targeting_excluded_geo_locations_672_zips...................... [RUN] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 196 of 265 START table model facebook_raw.ads_targeting_exclusions_b6a_life_events........................... [RUN] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 197 of 265 START table model facebook_raw.ads_targeting_exclusions_a8e_interests............................. [RUN] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 195 of 265 START table model facebook_raw.ads_targeting_excluded_geo_locations_327_custom_locations.......... [RUN] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 198 of 265 START table model facebook_raw.ads_targeting_exclusions_904_household_composition................. [RUN] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 180 of 265 OK created table model facebook_raw.adsets_targeting_geo_locations_8cf_custom_locations........... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.93s] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 172 of 265 OK created table model facebook_raw.adsets_targeting_exclusions_0e5_education_majors.............. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 4.27s] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 204 of 265 START table model facebook_raw.ads_targeting_exclusions_cc6_custom_audiences...................... [RUN] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 201 of 265 START table model facebook_raw.ads_targeting_exclusions_770_moms.................................. [RUN] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 199 of 265 START table model facebook_raw.ads_targeting_exclusions_921_behaviors............................. [RUN] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 203 of 265 START table model facebook_raw.ads_targeting_excluded_geo_locations_b27_cities.................... [RUN] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 202 of 265 START table model facebook_raw.ads_targeting_excluded_geo_locations_432_geo_markets............... [RUN] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 167 of 265 OK created table model facebook_raw.adsets_targeting_geo_locations_26a_cities..................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 4.40s] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 205 of 265 START table model facebook_raw.ads_targeting_exclusions_b94_generation............................ [RUN] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 165 of 265 OK created table model facebook_raw.adsets_targeting_excluded_geo_locations_f04_geo_markets....... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 4.52s] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 200 of 265 START table model facebook_raw.ads_targeting_exclusions_7b3_friends_of_connections................ [RUN] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 206 of 265 START table model facebook_raw.ads_targeting_exclusions_f99_excluded_connections.................. [RUN] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 208 of 265 START table model facebook_raw.ads_targeting_exclusions_b82_home_ownership........................ [RUN] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 209 of 265 START table model facebook_raw.ads_targeting_exclusions_25d_user_adclusters....................... [RUN] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 173 of 265 OK created table model facebook_raw.adsets_targeting_exclusions_580_income........................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 4.39s] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 184 of 265 OK created table model facebook_raw.adsets_targeting_exclusions_af1_life_events................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.80s] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 207 of 265 START table model facebook_raw.ads_targeting_exclusions_ce9_net_worth............................. [RUN] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 183 of 265 OK created table model facebook_raw.adsets_targeting_geo_locations_cba_geo_markets................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 4.04s] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 188 of 265 OK created table model facebook_raw.adsets_targeting_exclusions_055_household_composition......... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.05s] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 186 of 265 OK created table model facebook_raw.adsets_targeting_exclusions_a1b_behaviors..................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.19s] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 187 of 265 OK created table model facebook_raw.adsets_targeting_exclusions_acd_industries.................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.14s] 2021-05-29 17:25:33 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 190 of 265 OK created table model facebook_raw.adsets_targeting_exclusions_1a3_moms.......................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.57s] 2021-05-29 17:25:34 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:34 | 189 of 265 OK created table model facebook_raw.adsets_targeting_exclusions_c7b_custom_audiences.............. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.18s] 2021-05-29 17:25:34 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:33 | 185 of 265 OK created table model facebook_raw.adsets_targeting_exclusions_cc1_work_employers................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.69s] 2021-05-29 17:25:34 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:34 | 192 of 265 OK created table model facebook_raw.adsets_targeting_exclusions_f3c_user_adclusters............... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.48s] 2021-05-29 17:25:34 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:34 | 191 of 265 OK created table model facebook_raw.adsets_targeting_exclusions_c9c_home_ownership................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.86s] 2021-05-29 17:25:34 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:34 | 210 of 265 START table model facebook_raw.ads_targeting_geo_locations_eab_custom_locations................... [RUN] 2021-05-29 17:25:34 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:34 | 213 of 265 START table model facebook_raw.ads_targeting_exclusions_523_industries............................ [RUN] 2021-05-29 17:25:34 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:34 | 214 of 265 START table model facebook_raw.ads_targeting_geo_locations_10f_zips............................... [RUN] 2021-05-29 17:25:34 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:34 | 216 of 265 START table model facebook_raw.ads_targeting_exclusions_e7a_income................................ [RUN] 2021-05-29 17:25:34 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:34 | 217 of 265 START table model facebook_raw.ads_targeting_exclusions_045_work_positions........................ [RUN] 2021-05-29 17:25:34 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:34 | 211 of 265 START table model facebook_raw.ads_targeting_exclusions_d19_excluded_custom_audiences............. [RUN] 2021-05-29 17:25:34 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:34 | 218 of 265 START table model facebook_raw.ads_targeting_exclusions_e53_politics.............................. [RUN] 2021-05-29 17:25:34 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:34 | 215 of 265 START table model facebook_raw.ads_targeting_exclusions_cb9_education_majors...................... [RUN] 2021-05-29 17:25:34 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:34 | 219 of 265 START table model facebook_raw.ads_targeting_flexible_spec_3bc_excluded_custom_audiences.......... [RUN] 2021-05-29 17:25:34 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:34 | 222 of 265 START table model facebook_raw.ads_targeting_flexible_spec_0b3_custom_audiences................... [RUN] 2021-05-29 17:25:34 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:34 | 212 of 265 START table model facebook_raw.ads_targeting_flexible_spec_287_life_events........................ [RUN] 2021-05-29 17:25:34 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:34 | 220 of 265 START table model facebook_raw.ads_targeting_flexible_spec_468_work_employers..................... [RUN] 2021-05-29 17:25:34 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:34 | 223 of 265 START table model facebook_raw.ads_targeting_geo_locations_03b_geo_markets........................ [RUN] 2021-05-29 17:25:34 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:34 | 221 of 265 START table model facebook_raw.ads_targeting_flexible_spec_2c8_income............................. [RUN] 2021-05-29 17:25:35 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:35 | 224 of 265 START table model facebook_raw.ads_targeting_flexible_spec_24a_work_positions..................... [RUN] 2021-05-29 17:25:35 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:35 | 195 of 265 OK created table model facebook_raw.ads_targeting_excluded_geo_locations_327_custom_locations..... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.69s] 2021-05-29 17:25:35 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:35 | 225 of 265 START table model facebook_raw.ads_targeting_flexible_spec_5c3_user_adclusters.................... [RUN] 2021-05-29 17:25:36 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:36 | 198 of 265 OK created table model facebook_raw.ads_targeting_exclusions_904_household_composition............ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.82s] 2021-05-29 17:25:36 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:36 | 226 of 265 START table model facebook_raw.ads_targeting_geo_locations_267_regions............................ [RUN] 2021-05-29 17:25:36 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:36 | 196 of 265 OK created table model facebook_raw.ads_targeting_exclusions_b6a_life_events...................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.96s] 2021-05-29 17:25:36 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:36 | 227 of 265 START table model facebook_raw.ads_targeting_flexible_spec_61e_interests.......................... [RUN] 2021-05-29 17:25:36 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:36 | 204 of 265 OK created table model facebook_raw.ads_targeting_exclusions_cc6_custom_audiences................. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.89s] 2021-05-29 17:25:36 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:36 | 228 of 265 START table model facebook_raw.ads_targeting_flexible_spec_4ad_moms............................... [RUN] 2021-05-29 17:25:36 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:36 | 205 of 265 OK created table model facebook_raw.ads_targeting_exclusions_b94_generation....................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.86s] 2021-05-29 17:25:36 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:36 | 229 of 265 START table model facebook_raw.ads_targeting_flexible_spec_10c_industries......................... [RUN] 2021-05-29 17:25:36 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:36 | 209 of 265 OK created table model facebook_raw.ads_targeting_exclusions_25d_user_adclusters.................. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.82s] 2021-05-29 17:25:36 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:36 | 230 of 265 START table model facebook_raw.ads_targeting_geo_locations_fe3_cities............................. [RUN] 2021-05-29 17:25:36 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:36 | 193 of 265 OK created table model facebook_raw.ads_targeting_excluded_geo_locations_c37_regions.............. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.24s] 2021-05-29 17:25:36 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:36 | 231 of 265 START table model facebook_raw.ads_targeting_exclusions_e49_work_employers........................ [RUN] 2021-05-29 17:25:36 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:36 | 197 of 265 OK created table model facebook_raw.ads_targeting_exclusions_a8e_interests........................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.16s] 2021-05-29 17:25:36 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:36 | 232 of 265 START table model facebook_raw.ads_targeting_flexible_spec_423_family_statuses.................... [RUN] 2021-05-29 17:25:36 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:36 | 206 of 265 OK created table model facebook_raw.ads_targeting_exclusions_f99_excluded_connections............. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.18s] 2021-05-29 17:25:36 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:36 | 233 of 265 START table model facebook_raw.ads_targeting_flexible_spec_828_household_composition.............. [RUN] 2021-05-29 17:25:36 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:36 | 201 of 265 OK created table model facebook_raw.ads_targeting_exclusions_770_moms............................. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.30s] 2021-05-29 17:25:36 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:36 | 207 of 265 OK created table model facebook_raw.ads_targeting_exclusions_ce9_net_worth........................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.11s] 2021-05-29 17:25:36 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:36 | 234 of 265 START table model facebook_raw.ads_targeting_flexible_spec_3e1_excluded_connections............... [RUN] 2021-05-29 17:25:36 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:36 | 235 of 265 START table model facebook_raw.ads_targeting_flexible_spec_7c6_connections........................ [RUN] 2021-05-29 17:25:36 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:36 | 194 of 265 OK created table model facebook_raw.ads_targeting_excluded_geo_locations_672_zips................. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.47s] 2021-05-29 17:25:36 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:36 | 236 of 265 START table model facebook_raw.ads_targeting_flexible_spec_c50_behaviors.......................... [RUN] 2021-05-29 17:25:36 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:36 | 199 of 265 OK created table model facebook_raw.ads_targeting_exclusions_921_behaviors........................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.35s] 2021-05-29 17:25:36 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:36 | 237 of 265 START table model facebook_raw.ads_targeting_exclusions_1e4_family_statuses....................... [RUN] 2021-05-29 17:25:36 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:36 | 202 of 265 OK created table model facebook_raw.ads_targeting_excluded_geo_locations_432_geo_markets.......... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.57s] 2021-05-29 17:25:36 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:36 | 238 of 265 START table model facebook_raw.ads_targeting_exclusions_667_connections........................... [RUN] 2021-05-29 17:25:37 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 210 of 265 OK created table model facebook_raw.ads_targeting_geo_locations_eab_custom_locations.............. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.78s] 2021-05-29 17:25:37 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 239 of 265 START table model facebook_raw.ads_targeting_flexible_spec_bdf_education_majors................... [RUN] 2021-05-29 17:25:37 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 208 of 265 OK created table model facebook_raw.ads_targeting_exclusions_b82_home_ownership................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.88s] 2021-05-29 17:25:37 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 240 of 265 START table model facebook_raw.ads_targeting_flexible_spec_293_politics........................... [RUN] 2021-05-29 17:25:37 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 203 of 265 OK created table model facebook_raw.ads_targeting_excluded_geo_locations_b27_cities............... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.99s] 2021-05-29 17:25:37 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 213 of 265 OK created table model facebook_raw.ads_targeting_exclusions_523_industries....................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.98s] 2021-05-29 17:25:37 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 242 of 265 START table model facebook_raw.ads_targeting_flexible_spec_9a2_home_ownership..................... [RUN] 2021-05-29 17:25:37 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 241 of 265 START table model facebook_raw.ads_targeting_flexible_spec_971_friends_of_connections............. [RUN] 2021-05-29 17:25:37 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 214 of 265 OK created table model facebook_raw.ads_targeting_geo_locations_10f_zips.......................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.00s] 2021-05-29 17:25:37 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 200 of 265 OK created table model facebook_raw.ads_targeting_exclusions_7b3_friends_of_connections........... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.97s] 2021-05-29 17:25:37 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 243 of 265 START table model facebook_raw.ads_targeting_flexible_spec_688_generation......................... [RUN] 2021-05-29 17:25:37 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 215 of 265 OK created table model facebook_raw.ads_targeting_exclusions_cb9_education_majors................. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.06s] 2021-05-29 17:25:37 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 212 of 265 OK created table model facebook_raw.ads_targeting_flexible_spec_287_life_events................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.01s] 2021-05-29 17:25:37 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 222 of 265 OK created table model facebook_raw.ads_targeting_flexible_spec_0b3_custom_audiences.............. [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.07s] 2021-05-29 17:25:37 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 220 of 265 OK created table model facebook_raw.ads_targeting_flexible_spec_468_work_employers................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.08s] 2021-05-29 17:25:37 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 223 of 265 OK created table model facebook_raw.ads_targeting_geo_locations_03b_geo_markets................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.15s] 2021-05-29 17:25:37 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 244 of 265 START table model facebook_raw.ads_targeting_flexible_spec_47d_net_worth.......................... [RUN] 2021-05-29 17:25:37 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 246 of 265 START table model facebook_raw.adsets_targeting_flexible_spec_131_income.......................... [RUN] 2021-05-29 17:25:37 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 217 of 265 OK created table model facebook_raw.ads_targeting_exclusions_045_work_positions................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.54s] 2021-05-29 17:25:37 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 245 of 265 START table model facebook_raw.adsets_targeting_flexible_spec_0f6_excluded_connections............ [RUN] 2021-05-29 17:25:37 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 216 of 265 OK created table model facebook_raw.ads_targeting_exclusions_e7a_income........................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.56s] 2021-05-29 17:25:37 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 218 of 265 OK created table model facebook_raw.ads_targeting_exclusions_e53_politics......................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.48s] 2021-05-29 17:25:37 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 247 of 265 START table model facebook_raw.adsets_targeting_flexible_spec_1a2_generation...................... [RUN] 2021-05-29 17:25:37 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 249 of 265 START table model facebook_raw.adsets_targeting_flexible_spec_021_household_composition........... [RUN] 2021-05-29 17:25:37 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 248 of 265 START table model facebook_raw.adsets_targeting_flexible_spec_554_friends_of_connections.......... [RUN] 2021-05-29 17:25:37 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 221 of 265 OK created table model facebook_raw.ads_targeting_flexible_spec_2c8_income........................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.32s] 2021-05-29 17:25:38 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 250 of 265 START table model facebook_raw.adsets_targeting_flexible_spec_656_net_worth....................... [RUN] 2021-05-29 17:25:38 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:38 | 251 of 265 START table model facebook_raw.adsets_targeting_flexible_spec_29c_behaviors....................... [RUN] 2021-05-29 17:25:38 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 252 of 265 START table model facebook_raw.adsets_targeting_flexible_spec_97a_interests....................... [RUN] 2021-05-29 17:25:38 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:37 | 211 of 265 OK created table model facebook_raw.ads_targeting_exclusions_d19_excluded_custom_audiences........ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 3.54s] 2021-05-29 17:25:38 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:38 | 224 of 265 OK created table model facebook_raw.ads_targeting_flexible_spec_24a_work_positions................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.58s] 2021-05-29 17:25:38 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:38 | 253 of 265 START table model facebook_raw.adsets_targeting_flexible_spec_59f_life_events..................... [RUN] 2021-05-29 17:25:38 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:38 | 255 of 265 START table model facebook_raw.adsets_targeting_flexible_spec_310_home_ownership.................. [RUN] 2021-05-29 17:25:38 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:38 | 254 of 265 START table model facebook_raw.adsets_targeting_flexible_spec_129_industries...................... [RUN] 2021-05-29 17:25:38 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:38 | 226 of 265 OK created table model facebook_raw.ads_targeting_geo_locations_267_regions....................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.45s] 2021-05-29 17:25:38 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:38 | 225 of 265 OK created table model facebook_raw.ads_targeting_flexible_spec_5c3_user_adclusters............... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.59s] 2021-05-29 17:25:38 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:38 | 256 of 265 START table model facebook_raw.adsets_targeting_flexible_spec_866_politics........................ [RUN] 2021-05-29 17:25:38 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:38 | 257 of 265 START table model facebook_raw.adsets_targeting_flexible_spec_859_moms............................ [RUN] 2021-05-29 17:25:38 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:38 | 232 of 265 OK created table model facebook_raw.ads_targeting_flexible_spec_423_family_statuses............... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.31s] 2021-05-29 17:25:38 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:38 | 229 of 265 OK created table model facebook_raw.ads_targeting_flexible_spec_10c_industries.................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.48s] 2021-05-29 17:25:38 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:38 | 228 of 265 OK created table model facebook_raw.ads_targeting_flexible_spec_4ad_moms.......................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.51s] 2021-05-29 17:25:38 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:38 | 227 of 265 OK created table model facebook_raw.ads_targeting_flexible_spec_61e_interests..................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.55s] 2021-05-29 17:25:38 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:38 | 258 of 265 START table model facebook_raw.adsets_targeting_flexible_spec_607_excluded_custom_audiences....... [RUN] 2021-05-29 17:25:38 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:38 | 230 of 265 OK created table model facebook_raw.ads_targeting_geo_locations_fe3_cities........................ [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.62s] 2021-05-29 17:25:38 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:38 | 231 of 265 OK created table model facebook_raw.ads_targeting_exclusions_e49_work_employers................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.55s] 2021-05-29 17:25:38 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:38 | 260 of 265 START table model facebook_raw.adsets_targeting_flexible_spec_d58_user_adclusters................. [RUN] 2021-05-29 17:25:38 INFO (/tmp/workspace/535/0) LineGobbler(voidCall):69 - 17:25:38 | 235 of 265 OK created table model facebook_raw.ads_targeting_flexible_spec_7c6_connections................... [CREATE TABLE (0.0 rows, 0.0 Bytes processed) in 2.31s]