Aaron ("AJ") Steers
Aaron ("AJ") Steers
@nicob3y - Thank you for this contribution! The change looks good to me except I don't think every SQL dialect supports CASCADE. Could we implement this specifically on Postgres and...
@BuzzCutNorman Good idea! Otherwise (at least without `default_load_schema`), certain expected behaviors do not work.
In my comment here: https://github.com/meltano/sdk/discussions/1084#discussioncomment-3998987 I lean towards keeping with pipelinewise precedent: > ``` > default_target_schema > schema_mappings > ```
@BuzzCutNorman > I was able to override the ` @property def schema_name(self)` and set it to return a sting of `dbo` and it worked. I would now need to add...
Just to add a couple notes here... ------------- **Re: declaration of the capability** > > During my research I can across the [target-schema](https://sdk.meltano.com/en/latest/capabilities.html#singer_sdk.helpers.capabilities.TargetCapabilities.TARGET_SCHEMA) capability listed in the SDK Documentation. Does...
@nakamichiworks - This is awesome. 💎 Thanks for sharing the code for your implementation! If you do have time to create as a PR to the repo, I'm sure it...
Resolved in: - https://github.com/airbytehq/PyAirbyte/pull/702 🎉
> I believe that @aaronsteers laid out some larger problems with the move to pendulum 3 Indeed!! @Sakiruto - did you try using the latest PyAirbyte version? The latest release...
~~Update: I see that the latest release didn't properly update the Python version constraint. A new patch release (0.23.1) is in progress and should fix this in the next couple...
Update (2): I have confirmed that `0.23.0` is now installable on Python 3.12. As part of this migration, PyAirbyte and the CDK have removed all references to Pendulum - which...