Heine Bodekær
03/15/2023, 2:10 PMError starting Micronaut server: Error instantiating bean of type
Salman Khan
03/15/2023, 3:05 PMSalman Khan
03/15/2023, 3:12 PMViswadeep Veguru
03/15/2023, 3:30 PMkind
is there any documentation that i can quickly use it, I tried the one from docs and helm install
is failing.Madison Mae
03/15/2023, 4:51 PMPierre CORBEL
03/15/2023, 5:02 PMPartial Success mechanism
Hello there 👋,
I got a question about partial successes 🙋♂️
• I have a custom source that use a timestamp as a state value for an incremental stream
• I use the Snowflake destination
For now, I only emit state at the end of the whole sync (which could take days because I have big datasources). And in case of failure, the whole sync have to start again (and it's very frustrating).
From what I understand, I can emit state every X records with the timestamp and Airbyte will save it automatically only, and only if, the Snowflake destination has really committed and loaded the data, right?
Or do I have anything else to implement on my side?
Thanks a lot and have a nice day ☀️Timothy Kovacs
03/15/2023, 5:53 PMArvind Iyengar
03/15/2023, 6:03 PMgod830
03/15/2023, 6:14 PMAnchit
03/15/2023, 6:16 PMSJ Park
03/15/2023, 6:41 PMarray
, but anything I put in that array is getting parsed as a string instead of an objectAnnika Maybin
03/15/2023, 7:24 PM2023-03-15 18:50:21 - Additional Failure Information: java.lang.NullPointerException: Cannot invoke "com.fasterxml.jackson.databind.JsonNode.asText()" because the return value of "com.fasterxml.jackson.databind.JsonNode.get(String)" is null
Details in the thread. I was able to resync a single table in the Full Refresh Overwrite mode, but Incremental Refresh Deduped fails with that error.
It is also indicating to have non-breaking schema updates discovered, but when I click on review changes, it says no changes detected. Thanks for the help in advance.Jake Vernon
03/15/2023, 8:07 PMLayth Al-Ani
03/15/2023, 8:39 PMMalik
03/15/2023, 10:27 PMMatheus Barbosa
03/15/2023, 11:28 PMVicente Bobadilla Riquelme
03/16/2023, 2:45 AMThe following tables have invalid columns selected as cursor, please select a column with a well-defined ordering with no null values as a cursor... {cursorColumnName='END_TIME', cursorSqlType=TIMESTAMP_WITH_TIMEZONE, cause=Unsupported cursor type}
. I was under the impression that TIMESTAMP_WITH_TIMEZONE
was a valid cursor type for snowflake. Is this a bug?VISHAL B
03/16/2023, 5:05 AMArvind Iyengar
03/16/2023, 5:51 AMNancy Wang
03/16/2023, 6:12 AMRaghavendra
03/16/2023, 6:43 AMbennis Hajar
03/16/2023, 6:51 AMRobin
03/16/2023, 7:59 AMRobin
03/16/2023, 7:59 AMAkhil Chouhan
03/16/2023, 8:26 AMVivek PG
03/16/2023, 10:48 AMsettings >> Sources >> New connector
Can I include them via Octavia CLI? or any other way without using UIJoost Stessens
03/16/2023, 11:19 AMJohannes Müller
03/16/2023, 11:32 AMschema.yml
with unique
checks that I can run via dbt test
like this:
version: 2
models:
- name: my_table
columns:
- name: id
tests:
- unique
Kushal Halder
03/16/2023, 12:21 PMSalman Khan
03/16/2023, 2:02 PM