Skip to content
#

etl

Here are 1,383 public repositories matching this topic...

gibsondan
gibsondan commented Jan 27, 2021

Use Case

Right now users have no way to launch a pipeline run directly via the Python API (other than using the undocumented execute_launch_command function in the CLI module). We should add a blessed, documented way to launch a run via a Python function call. akin to execute_pipeline. This should be pretty straightforward, the only thing that's not 100% clear is what object we should use to i

Powerz
Powerz commented Dec 7, 2020

Hi guys,

I have a small question regarding the way Linq2Db treats ambient transactions (TransactionScope).

In the example (see below), if the first query runs before an instance of transaction scope is created, then the ambient transaction will be ignored. However, if the first query runs after the transaction scope is created, then the transaction will be respected.

This behavior looks m

jrhizor
jrhizor commented Mar 9, 2021

We should check for the existence of a value for something like a --config flag and if the flag represents a file, we should check for its existence at the base level.

Example:

# jrhizor in ~/code/airbyte/airbyte-webapp on git:master ● [10:16:24]
→ docker run --rm airbyte/source-exchangeratesapi-singer:0.1.9 check --config

# jrhizor in ~/code/airbyte/airbyte-webapp on git:master ● [

Improve this page

Add a description, image, and links to the etl topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the etl topic, visit your repo's landing page and select "manage topics."

Learn more