Aaron ("AJ") Steers
Aaron ("AJ") Steers
Hi, @obaidmuneer . Thanks for raising this! I have not seen this issue before but I do see this error which is probably related to root cause: `NotADirectoryError: [WinError 267]...
Checking in a couple years later - this still seems like a problem, specifically for inline decryption and for the terraform use case mentioned by OP. Is there any update...
From past experience, at least, this slowdown is generally due to the way Docker deals with file writes and file locking when using a volume mapped to the host OS....
> > A possible workaround may be to install the plugins one at a time in sequence, rather than together in parallel. > > I wonder if `meltano install -p=1`...
One more possible root cause that I found with some googling: apparently Alpine linux is known to be very slow when doing pip installs. If users are using an image...
Thanks for logging this. Extractors and Loaders today (I think) don't currently expect `args` or deal with them in a well defined manner (as shown in your meltano run) example....
Related, would be closed by this: - https://github.com/meltano/meltano/issues/2134 - https://github.com/meltano/meltano/issues/6182
Logged here, follow up from our discussion on rewinding this for Airflow: - https://github.com/meltano/meltano/issues/6110 It's different for Singer because we _are_ the tool running the connector. But if we detect...
Related: - #7265
@Arkronus - thanks for raising this. The interesting bit I see in the logs is this: ``` Message: class io.airbyte.protocol.models.v0.ConfiguredAirbyteCatalog schema violation: Validation error(s) : streams.0.cursor_field: Null value is not...