laila ribke
11/07/2022, 2:26 PMlaila ribke
11/07/2022, 2:29 PMAJ
11/07/2022, 3:02 PMAlexandre Voyer
11/07/2022, 3:47 PM0 bytes | no records | no records
. This is odd since the database has for sure changed since then. Is there any documentation to troubleshoot? The syncs shows as success.
Source: PostgreSQL
Destination: Snowflake
All tables have a PK.Faris
11/07/2022, 3:54 PMAmeer Hamza
11/07/2022, 5:07 PMAndrés Muro
11/07/2022, 5:10 PMlaila ribke
11/07/2022, 5:21 PMBrian Castelli
11/07/2022, 7:26 PMgit pull
to get the latest AirByte code
• kubectl apply -k kube/overlays/stable
to push the code out to the pods
But I don't see the new sources and destinations in the GUI. What step am I missing?Andrew Exlet
11/07/2022, 8:36 PMAvery Yip
11/07/2022, 8:40 PMPaul Rus
11/07/2022, 9:00 PMJoão Larrosa
11/07/2022, 9:01 PMDan Cook
11/07/2022, 9:07 PM{
"name": "KEYWORD_PAGE_REPORT",
"dimensions": [
"date",
"country",
"device",
"query",
"page"
]
}
-----------
Software: Airbyte OS (0.40.15)
Connector: Google Search Console (0.1.18)
Destination: Snowflake (0.4.38)xiang chen
11/08/2022, 12:44 AMAlexandre Voyer
11/08/2022, 1:32 AMSlackbot
11/08/2022, 1:36 AMMatt Webster
11/08/2022, 2:06 AMAgung Pratama
11/08/2022, 4:37 AMmanual
and cron
scheduling to schedule the sync job. I have question though, is there any API that I can use to trigger the sync job?Liyin Qiu
11/08/2022, 6:36 AMHome Kralych
11/08/2022, 7:02 AMVrushank Kenkre
11/08/2022, 7:36 AMModuleNotFoundError
.
2022-11-08 07:22:07 *ERROR* i.a.c.i.LineGobbler(voidCall):114 - File "/airbyte/integration_code/main.py", line 9, in <module>
2022-11-08 07:22:07 *ERROR* i.a.c.i.LineGobbler(voidCall):114 - from source_gitlab import SourceGitlab
2022-11-08 07:22:07 *ERROR* i.a.c.i.LineGobbler(voidCall):114 - File "/airbyte/integration_code/source_gitlab/__init__.py", line 25, in <module>
2022-11-08 07:22:07 *ERROR* i.a.c.i.LineGobbler(voidCall):114 - from .source import SourceGitlab
2022-11-08 07:22:07 *ERROR* i.a.c.i.LineGobbler(voidCall):114 - File "/airbyte/integration_code/source_gitlab/source.py", line 40, in <module>
2022-11-08 07:22:07 *ERROR* i.a.c.i.LineGobbler(voidCall):114 - from .streams import (
2022-11-08 07:22:07 *ERROR* i.a.c.i.LineGobbler(voidCall):114 - File "/airbyte/integration_code/source_gitlab/streams.py", line 13, in <module>
2022-11-08 07:22:07 *ERROR* i.a.c.i.LineGobbler(voidCall):114 - from airbyte_cdk.sources.utils.sentry import AirbyteSentry
2022-11-08 07:22:07 *ERROR* i.a.c.i.LineGobbler(voidCall):114 - ModuleNotFoundError: No module named 'airbyte_cdk.sources.utils.sentry'
Looks like a missing dependency issue here, can you please take a look?laila ribke
11/08/2022, 8:52 AMGopinath
11/08/2022, 9:14 AMThomas Pedot
11/08/2022, 10:08 AMcolumn site_sitesettings.automatically_fulfill_non_shippable_gift_card does not exist LINE 1: ...", "site_sitesettings"."gift_card_expiry_period", "site_site... ^ HINT: Perhaps you meant to reference the column "site_sitesettings.automatically_fulfil__n_shippable_gift_card".
When I look, I have this column with
automatically_fulfill_non_shippable_gift_card
If you have good eyes 🧐, you can see that there is an fulfill_non is replaced by __n
Do you think it is a bug ? Is it related to postgres or something ?
In replication it is OKYewon Kim
11/08/2022, 11:40 AMAazam Thakur
11/08/2022, 12:40 PMMuhammad Usman
11/08/2022, 1:00 PMkavi arasu
11/08/2022, 3:03 PMGerard Clos
11/08/2022, 3:20 PM"query directly through matching on sticky timed out, attempting to query on non-sticky
when running airbyte locally (docker). It makes reading logs basically impossible and it does not seem to affect functionality. Any clues? It seems to be related to Temporal.