Javier S
03/14/2023, 8:10 PMLatin1_General_BIN
which is case sensitive. I see in my error log that Airbyte is using lowercase as the default causing the issue.
[42S02] [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Invalid object name 'DESTINATION_DB.information_schema.tables'.
C_Ramirez
03/14/2023, 8:48 PMPraty Sharma
03/14/2023, 9:00 PMSOURCES_CREATE_API
to create the connection. in the connector configuration (syncCatalog
) - how should i be setting the default values of sourceDefinedCursor
, defaultCursorField
, sourceDefinedPrimaryKey
? did not see anything relevant in the docsMarco de Nijs
03/14/2023, 9:23 PMJerri Comeau (Airbyte)
03/14/2023, 9:49 PMMarc Fiani
03/14/2023, 9:52 PMElizabeth Rodriguez
03/14/2023, 10:58 PMMatthew Tovbin
03/15/2023, 5:02 AMJavascript/Typescript
CDK from this page appears to be dead... Can anyone help to fix the link?Bismay
03/15/2023, 5:41 AMBismay
03/15/2023, 5:41 AMBismay
03/15/2023, 5:42 AMBismay
03/15/2023, 5:42 AMbennis Hajar
03/15/2023, 7:21 AMAditya Bajaj
03/15/2023, 7:32 AMHello everyone, I am new with airbyte so can anyone help me reslove this error ... the error is quite frequent and is hampering the process of data ingenstion ... THANKS in Advance
Caused by: java.lang.NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because the return value of "io.airbyte.workers.process.KubePortManagerSingleton.take()" is null
at io.airbyte.workers.process.KubeProcessFactory.create(KubeProcessFactory.java:98) ~[io.airbyte-airbyte-commons-worker-0.40.29.jar:?]
Raj Talukder
03/15/2023, 7:57 AMstate.storage.type
parameter to "S3"
but nothing is being written to the bucket and it causes the worker and server pod to go into a crash loop with the error:
Micronaut(handleStartupException):338 - Error starting Micronaut server: null java.lang.IllegalArgumentException: null
For further context, I am using version 0.44.5
of the helm chart.
For reference, here is my current configuration:
state:
## state.storage.type Determines which state storage will be utilized. One of "MINIO", "S3" or "GCS"
storage:
type: "MINIO"
logs:
## logs.accessKey.password Logs Access Key
## logs.accessKey.existingSecret
## logs.accessKey.existingSecretKey
accessKey:
password: "access_key"
existingSecret: ""
existingSecretKey: ""
## logs.secretKey.password Logs Secret Key
## logs.secretKey.existingSecret
## logs.secretKey.existingSecretKey
secretKey:
password: "secret_key"
existingSecret: ""
existingSecretKey: ""
## logs.storage.type Determines which log storage will be utilized. One of "MINIO", "S3" or "GCS"
## Used in conjunction with logs.minio.*, logs.s3.* or logs.gcs.*
storage:
type: "S3"
## logs.minio.enabled Switch to enable or disable the Minio helm chart
minio:
enabled: true
## logs.externalMinio.enabled Switch to enable or disable an external Minio instance
## logs.externalMinio.host External Minio Host
## logs.externalMinio.port External Minio Port
## logs.externalMinio.endpoint Fully qualified hostname for s3-compatible storage
externalMinio:
enabled: false
host: localhost
port: 9000
## logs.s3.enabled Switch to enable or disable custom S3 Log location
## logs.s3.bucket Bucket name where logs should be stored
## logs.s3.bucketRegion Region of the bucket (must be empty if using minio)
s3:
enabled: true
bucket: airbyte-logging-test
bucketRegion: ""
Any advice or suggestion would be greatly appreciated!Bismay
03/15/2023, 8:06 AMAnatole Callies
03/15/2023, 9:49 AMUmar Hussain
03/15/2023, 10:53 AM200mb
syncs into snowflake I assume that this will take over 2-3 weeks 😄Avi Garg
03/15/2023, 11:35 AMAvi Garg
03/15/2023, 11:35 AMAvi Garg
03/15/2023, 11:38 AMAvi Garg
03/15/2023, 12:00 PMAshwin Kumar
03/15/2023, 12:24 PMAkhil Chouhan
03/15/2023, 12:36 PMAkhil Chouhan
03/15/2023, 1:12 PMBismay
03/15/2023, 1:20 PMBismay
03/15/2023, 1:20 PMSrikanth Sudhindra
03/15/2023, 1:39 PMIsaias Darci Dieterich
03/15/2023, 2:00 PMIsaias Darci Dieterich
03/15/2023, 2:01 PM