etl
Here are 1,706 public repositories matching this topic...
Issue from the Dagster Slack
[dagster_shell] defer environ copy to solid run time
This issue was generated from the slack conversation at: https://dagster.slack.com/archives/C01U954MEER/p1623181007055200?thread_ts=1623181007.055200&cid=
-
Updated
Oct 22, 2021 - Go
-
Updated
Oct 22, 2021 - Python
This is not a bug, everything works fine. It's a small SQL codegen improvement.
linq2db uses nvl to translate ??, which is nice because it's shorter than SQL standard coalesce.
The trick with nvl is that it only accepts 2 parameters, whereas coalesce accepts many.
In our codebase, we have a query that computes an error message based on a list of checks, it looks like this:


If you try to create a connector without any data the Surveymonkey will throw an error:
StopIteration()for the user, which don't say anything about the problem.We should wrap the logic and have a more meaningful message.
https://github.com/airbytehq/airbyte/blob/f194f354c7e61868029dc58076c28ac5915297d1/airbyte-integrations/connectors/source-surveymonkey/source_surveymonkey/source.py#L23-L