Luis Martinez
01/12/2023, 12:14 PMjava.lang.OutOfMemoryError: Java heap space
because there are very large records because one of the columns is a JSON which can be very large.
The table I am trying to sync contains ~1253802 records (43.8GiB) and there are 3.7MB records.
Any help can be good, thank you very much.Claudio Cavallo
01/12/2023, 1:39 PMToo many schemas in schema "PMS_DEV_DATABASE".PMSLEASING! dbt can only get
information about schemas with fewer than 10000 objects.
Claudio Cavallo
01/12/2023, 1:40 PMClaudio Cavallo
01/12/2023, 1:40 PMTmac Han
01/12/2023, 1:41 PMIgnacio Alasia
01/12/2023, 2:58 PMForrest Adsit
01/12/2023, 3:40 PMSushant
01/12/2023, 3:58 PMChris
01/12/2023, 4:07 PMChris
01/12/2023, 4:09 PMWalker Philips
01/12/2023, 4:21 PMTalha Asif
01/11/2023, 8:22 AMDan Martyr
01/12/2023, 8:04 PMDan Martyr
01/12/2023, 8:12 PM'Authorization': "Basic YWlyYnl0ZTpwYXNzd29yZA=="
, so I've tried various combinations along the lines of:
curl --request POST localhost:8000/api/v1/connections/sync --header "Authorization: 'Basic YWlyYnl0ZTpwYXNzd29yZA=='" --data "{connectionId: abc123-def456-99999-99999}"
Can anyone point out the obvious flaw here? TIA!Piyush Singariya
01/13/2023, 6:37 AMArjunsingh Yadav
01/13/2023, 8:52 AMSebastian Brickel
01/13/2023, 10:58 AMAdditional Failure Information: Message: Call was not successful Method: GET Path: <https://graph.facebook.com/v15.0/act_571570143877190/advideos> Params: {'limit': 50, 'filtering': '[{"field":"video.updated_time","operator":"GREATER_THAN","value":1668114864}]', 'summary': 'true'} Status: 400 Response: { "error": { "message": "(#100) Filtering field 'video.updated_time' with operation 'greater_than' is not supported", "type": "OAuthException", "code": 100, "fbtrace_id": "A4FgVSd2DKNiluRut7nm2IO" } }
These are connectors that have been working for months. After the first two failed I updated the Facebook Marketing connector from 0.2.79
to the current 0.2.82
but I still get the same error message. My Airbyte version is 0.40.26
and a log file is attached
Thanks for your helplaila ribke
01/13/2023, 11:06 AMShashank Singh
01/13/2023, 11:46 AMTmac Han
01/13/2023, 11:52 AMlaila ribke
01/13/2023, 12:57 PM<https://drive.google.com/uc?export=download&id=[DRIVE_FILE_ID]>
where [DRIVE_FILE_ID]
is the string found in the Share URL here <https://drive.google.com/file/d/[DRIVE_FILE_ID]/view?usp=sharing>
Brian Rooney
01/13/2023, 12:58 PM2023-01-13 12:44:30 INFO i.a.c.i.LineGobbler(voidCall):114 - ----- START CHECK -----
2023-01-13 12:44:30 INFO i.a.c.i.LineGobbler(voidCall):114 -
2023-01-13 12:44:30 INFO i.a.c.i.LineGobbler(voidCall):114 - Checking if airbyte/source-linkedin-pages:0.1.0 exists...
2023-01-13 12:44:30 INFO i.a.c.i.LineGobbler(voidCall):114 - airbyte/source-linkedin-pages:0.1.0 was found locally.
2023-01-13 12:44:30 INFO i.a.w.p.DockerProcessFactory(create):119 - Creating docker container = source-linkedin-pages-check-1e169675-6112-4891-bbf6-b873fa50b3b5-0-iggim with resources io.airbyte.config.ResourceRequirements@694fc127[cpuRequest=,cpuLimit=,memoryRequest=,memoryLimit=]
2023-01-13 12:44:30 INFO i.a.w.p.DockerProcessFactory(create):163 - Preparing command: docker run --rm --init -i -w /data/1e169675-6112-4891-bbf6-b873fa50b3b5/0 --log-driver none --name source-linkedin-pages-check-1e169675-6112-4891-bbf6-b873fa50b3b5-0-iggim --network host -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -e DEPLOYMENT_MODE=OSS -e USE_STREAM_CAPABLE_STATE=true -e WORKER_ENVIRONMENT=DOCKER -e AIRBYTE_ROLE= -e WORKER_CONNECTOR_IMAGE=airbyte/source-linkedin-pages:0.1.0 -e WORKER_JOB_ATTEMPT=0 -e AIRBYTE_VERSION=0.40.18 -e WORKER_JOB_ID=1e169675-6112-4891-bbf6-b873fa50b3b5 airbyte/source-linkedin-pages:0.1.0 check --config source_config.json
2023-01-13 12:44:30 INFO i.a.w.i.VersionedAirbyteStreamFactory(create):97 - Reading messages from protocol version 0.2.0
2023-01-13 12:44:33 ERROR i.a.w.i.DefaultAirbyteStreamFactory(internalLog):116 - Config validation error: '****' is not of type 'integer'
Traceback (most recent call last):
File "/airbyte/integration_code/main.py", line 13, in <module>
launch(source, sys.argv[1:])
File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/entrypoint.py", line 123, in launch
for message in source_entrypoint.run(parsed_args):
File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/entrypoint.py", line 96, in run
check_config_against_spec_or_exit(connector_config, source_spec)
File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/utils/schema_helpers.py", line 160, in check_config_against_spec_or_exit
raise Exception("Config validation error: " + validation_error.message) from None
Exception: Config validation error: '****' is not of type 'integer'
2023-01-13 12:44:33 ERROR i.a.w.g.DefaultCheckConnectionWorker(run):98 - Error checking connection, status: Optional.empty, exit code: 1
2023-01-13 12:44:33 INFO i.a.w.t.TemporalAttemptExecution(get):162 - Stopping cancellation check scheduling...
JP
01/13/2023, 1:58 PMGRANT SELECT
ON dbo.my_table (
id,
created_at,
updated_at,
text
) TO airbyte_user;
This same table also has an email
field, that we do not want to replicate.. and we have not included it in the grant above for obvious reasons.
We then receive following error in the logs
"stacktrace" : "java.lang.RuntimeException: com.microsoft.sqlserver.jdbc.SQLServerException: The SELECT permission was denied on the column 'email' of the object 'my_table', database 'my_database', schema 'dbo'.
How can we trick airbyte into not doing blunt *
query?
Stitch has absolutely no problems with this as it will replicate only the fields the user has told it to replicate.aidan
01/13/2023, 2:07 PMthomas trividic
01/13/2023, 2:15 PMthomas trividic
01/13/2023, 2:15 PMBenjamin Danies
01/13/2023, 2:28 PM0.40.22
to 0.40.28
this morning but I have some issues with the temporal service (Example in airbyte-server logs : Caused by: java.lang.RuntimeException: Could not create Temporal client within max timeout!
) . Did I forget to do something ? (in config or …)Geoffrey Garcia
01/13/2023, 3:48 PMDan Martyr
01/13/2023, 4:54 PM<https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#post-/v1/jobs/get_light>
and so far I've found:
• pending
• cancelled
• succeeded
• failed
...any others? Thanks!Alex Nitsche
01/13/2023, 5:07 PMdocker-compose run octavia-cli init
gives an error that the connection with localhost:8000 is refused. Any experiences with connecting octavia internally? A seperate installation with docker on the same server works, but not when included in docker-compose. Thanks!
Error: Could not reach your Airbyte instance, make sure the instance is up and running and network reachable: HTTPConnectionPool(host='localhost', port=8000): Max retries exceeded with url: /api/v1/health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f13eca43e50>: Failed to establish a new connection: [Errno 111] Connection refused'))