Alexis Blandin
12/27/2022, 2:48 PMMicronaut (v3.7.4)
2022-12-27 13:31:29 INFO i.m.c.e.DefaultEnvironment(<init>):159 - Established active environments: [ec2, cloud, control-
plane]
2022-12-27 13:31:29 INFO c.z.h.HikariDataSource(<init>):71 - HikariPool-1 - Starting...
2022-12-27 13:31:30 INFO c.z.h.HikariDataSource(<init>):73 - HikariPool-1 - Start completed.
2022-12-27 13:31:30 INFO c.z.h.HikariDataSource(<init>):71 - HikariPool-2 - Starting...
2022-12-27 13:31:30 INFO c.z.h.HikariDataSource(<init>):73 - HikariPool-2 - Start completed.
2022-12-27 13:31:30 INFO i.m.l.PropertiesLoggingLevelsConfigurer(configureLogLevelForPrefix):107 - Setting log level 'DE
BUG' for logger: 'io.airbyte.bootloader'
2022-12-27 13:31:31 INFO i.a.w.c.DatabaseBeanFactory(configsDatabaseMigrationCheck):119 - Configs database configuration
: 0.35.15.001 60000
2022-12-27 13:31:31 ERROR i.m.r.Micronaut(handleStartupException):338 - Error starting Micronaut server: Error instantia
ting bean of type [io.airbyte.persistence.job.factory.OAuthConfigSupplier]
Message: SQL [select * from airbyte_metadata where key = ?]; ERROR: relation "airbyte_metadata" does not exist
Position: 15
Before starting the container, db was empty, and after the relation/table was created and filled with this values (user has all privileges on database)
airbyte_config=> select * from airbyte_metadata ;
key | value
------------------------------+-------
airbyte_protocol_version_min | 0.0.0
airbyte_protocol_version_max | 0.3.0
(2 rows)
On the docker-compose.yml i put in comments the db service as well as other services depencences and volumes related to it. If somebody can help me on this. Thanks !laila ribke
12/27/2022, 4:49 PMBalasubramanian T K
12/27/2022, 5:05 PMTemidayo Azeez
12/26/2022, 4:16 PMLeonardo de Almeida
12/27/2022, 6:14 PMHikariPool-2 - Connection org.postgresql.jdbc.PgConnection@6fe46b62 marked as broken because of SQLSTATE(08006), ErrorCode(0)
I've facing this issue since august but cannot find any solution. Anyone going through this and can help me out?Joviano Cicero Costa Junior
12/27/2022, 7:39 PMAdham Suliman
12/27/2022, 7:47 PMThao Ton
12/27/2022, 10:19 PMHansal Shah
12/28/2022, 4:35 AMÖzgür Sallancı
12/23/2022, 6:18 AMIlkka Peltola
12/28/2022, 7:50 AMTill Blesik
12/28/2022, 9:46 AMGiorgos Tzanakis
12/28/2022, 10:39 AMWe do not support schema changes automatically for CDC sources. We recommend resetting and resyncing data if you make a schema change
I have 2 questions:
• If a field is added in one of the source tables, is this going to break the sync? Or it is merely going to be ignored?
• Is there a plan to make Airbyte handle somehow MySQL schema changes? (I found this github issue, but there are no updates)
Thank you!Zaza Javakhishvili
12/28/2022, 10:55 AMFelipe Bonzanini
12/28/2022, 3:02 PMManish Tomar
12/28/2022, 4:56 PMSunny Rekhi
12/28/2022, 5:33 PMdocker-compose up
. I even modified other connector names in source_definitions.yaml
to see if the changes show up in the UI, I'm not seeing the UI source list change at all.
I thought running VERSION=dev docker-compose up
would solve the problem, but then I get this error:
terminal$ VERSION=dev docker-compose up
WARNING: The RUN_DATABASE_MIGRATION_ON_STARTUP variable is not set. Defaulting to a blank string.
WARNING: The DEPLOYMENT_MODE variable is not set. Defaulting to a blank string.
WARNING: The LOG_CONNECTOR_MESSAGES variable is not set. Defaulting to a blank string.
WARNING: The SHOULD_RUN_NOTIFY_WORKFLOW variable is not set. Defaulting to a blank string.
WARNING: The SECRET_PERSISTENCE variable is not set. Defaulting to a blank string.
WARNING: The JOB_ERROR_REPORTING_SENTRY_DSN variable is not set. Defaulting to a blank string.
WARNING: The NEW_SCHEDULER variable is not set. Defaulting to a blank string.
WARNING: The WORKER_ENVIRONMENT variable is not set. Defaulting to a blank string.
WARNING: The GITHUB_STORE_BRANCH variable is not set. Defaulting to a blank string.
WARNING: The REMOTE_CONNECTOR_CATALOG_URL variable is not set. Defaulting to a blank string.
WARNING: The TEMPORAL_HISTORY_RETENTION_IN_DAYS variable is not set. Defaulting to a blank string.
WARNING: The UPDATE_DEFINITIONS_CRON_ENABLED variable is not set. Defaulting to a blank string.
Pulling bootloader (airbyte/bootloader:dev)...
ERROR: manifest for airbyte/bootloader:dev not found: manifest unknown: manifest unknown
Any idea how to fix? Am running on Mac M1. Regular docker-compose up
works fine
The docs say:
Note that modifications to source_definitions.yaml will only be picked-up the first time you start Airbyte, or when you upgrade Airbyte, or if you entirely wipe our your instance of Airbyte and start from scratch.I've shut down the docker containers, and git pulled the latest code to force an update. That didn't work.
Ketan Mangukiya
12/28/2022, 8:06 PMRohith Reddy
12/29/2022, 3:21 AMRohith Reddy
12/29/2022, 9:10 AMRohith Reddy
12/29/2022, 9:19 AMDany Chepenko
12/29/2022, 9:27 AM{
"error": "invalid_redirect_uri",
"error_description": "Unable to retrieve access token: appid/redirect uri/code verifier does not match authorization code. Or authorization code expired. Or external member binding exists"
}
I'm using the https<//airbyte.io>
as a redirect_uri
my get request is the following:
<https://www.linkedin.com/oauth/v2/authorization?response_type=code&client_id=78oy2gu644mxz2&redirect_uri=https%3A%2F%2Fairbyte.io&scope=r_ads,r_ads_reporting,r_organization_social>
Dipankar Sarkar
12/29/2022, 10:23 AMDipankar Sarkar
12/29/2022, 10:28 AMGiorgos Tzanakis
12/29/2022, 11:12 AMNguyễn An
12/29/2022, 3:14 PMJens Teichert
12/29/2022, 3:45 PMPablo Morales
12/29/2022, 4:45 PMSantiago Stachuk
12/29/2022, 6:22 PMads_insights
and the first run fetchs all the records, until here, works good.
but when the next sync its starting, no records are fetched, and this behavior keeps repeating the following days.
Something curious about this is that, for the same source and configuration, in my dev
environment it works like a charm, but in stage
I have this problem.
A solution for now is to reset the connection and hope for the best, but is there a known issue that could be generating this problem?
Thank you in advance for your timeRobert Put
12/29/2022, 7:28 PM