etl
Here are 1,383 public repositories matching this topic...
-
Updated
Mar 10, 2021 - Go
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
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 ● [
-
Updated
Mar 8, 2021 - Python
-
Updated
Aug 14, 2020 - Python
-
Updated
Feb 7, 2021 - Ruby
-
Updated
Mar 9, 2021 - Python
-
Updated
Dec 11, 2020 - Go
问题描述:关于工程中某个工作流节点单独执行不报错,保存工作流时提示:NotClassDefFoundError:Cloud not initialize class dispatch.Http$
问题原因:linkis-publish微服务关于netty-3.6.2.Final.jar升级包缺失
问题解决:将升级包上传重启linkis-publish微服务即可。
-
Updated
Mar 3, 2021
The functions in this file should be factored out to a separate utility lib as they are reused in bitcoin-etl https://github.com/blockchain-etl/ethereum-etl/blob/develop/ethereumetl/misc_utils.py
-
Updated
Mar 10, 2021 - Go
-
Updated
Feb 6, 2021 - Go
-
Updated
Mar 8, 2021 - JavaScript
-
Updated
Feb 12, 2021 - Makefile
if they are not class methods then the method would be invoked for every test and a session would be created for each of those tests.
`class PySparkTest(unittest.TestCase):
@classmethod
def suppress_py4j_logging(cls):
logger = logging.getLogger('py4j')
logger.setLevel(logging.WARN)
@classmethod
def create_testing_pyspark_session(cls):
return Sp
-
Updated
Jan 8, 2021 - Go
-
Updated
Jan 22, 2020 - Python
-
Updated
Mar 9, 2021 - Java
Right now, these aren't caught until we try to gob-encode. Consider failing faster in type-checking to avoid too much confusion/loss when it works with local execution.
-
Updated
Dec 7, 2020 - C#
-
Updated
May 23, 2019 - Python
-
Updated
Feb 27, 2021 - C
-
Updated
Feb 20, 2021 - Java
-
Updated
Jul 31, 2020 - Go
-
Updated
Dec 14, 2020
-
Updated
Mar 11, 2021 - Go
Improve this page
Add a description, image, and links to the etl topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the etl topic, visit your repo's landing page and select "manage topics."
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