You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@florian-ernst-alan I ran into this also and have a PR to fix it. This target is still considered to be in development status. I'm spending some time on it now though so it should be in better shape soon.
* Closes#26
* Closes#18
* Closes#16
- completes the TODO related to meltano/sdk#1114
- Adds a default batch config because its required. Default to writing
locally.
- Add copy syntax if key properties dont exist. Previously the merge
logic was invalid due to syntax errors. Apparently my first test data
didnt have key properties
- `conform_record_data_types` requires a new `level` kwarg and was
failing because it was missing.
- the `column_exists` methods was being called a ton and was querying
snowflake for all columns every time which was slow so I have it caching
now
- the `schema_exists` method failed for me because `get_schema_names`
returns all lower columns. It errored because it was trying to create a
schema that already existed.
- bumped SDK to 0.27.0
- after bumping the SDK I needed to address
#16 which means
`create_sqlalchemy_engine` was effectively replaced with `create_engine`
- Also fix import failure of `lazy_chunked_generator` that was moved in
SDK
I'm able to test that this works with the sample tap-github data from
the getting started guide.
---------
Co-authored-by: Edgar R. M. <[email protected]>
When running a simple ELT from Slack to Snowflake, I get the following error:
I added some blank lines to clearly show the 3 distinct parts of the logs. Here, I think the 2 interesting lines are:
Not sure what's wrong here.
The text was updated successfully, but these errors were encountered: