airflow
Here are 497 public repositories matching this topic...
Summary
What happened/what you expected to happen?
When requesting for logs using API server, the timestamp is always prepended to the actual output generated by the main process inside container. The logOptions.timestamps has no effect at all. The main process inside container does not log timestamps in my example.
I took a look at the source code, there could be an issue with [thi
At present, the Chinese and English of our official documents are not synchronized. We hope that friends who are interested in participating in community contributions will complete it. I will post some articles that need English translation here. Interested friends can leave a message below to choose articles of interest to participate.
Official document address: https://dolphinscheduler.apach
-
Updated
Apr 24, 2020 - Jsonnet
-
Updated
Sep 10, 2020 - Shell
-
Updated
Aug 27, 2020
问题描述:关于工程中某个工作流节点单独执行不报错,保存工作流时提示:NotClassDefFoundError:Cloud not initialize class dispatch.Http$
问题原因:linkis-publish微服务关于netty-3.6.2.Final.jar升级包缺失
问题解决:将升级包上传重启linkis-publish微服务即可。
-
Updated
Aug 7, 2020 - Python
-
Updated
Mar 9, 2020 - Python
-
Updated
Jul 29, 2020 - Jupyter Notebook
-
Updated
Jul 6, 2020 - Python
-
Updated
Mar 5, 2020 - Python
-
Updated
Aug 21, 2020 - Python
Currently the env variables injected are specific to this docker image https://github.com/barney-s/docker-airflow
Align it with https://github.com/puckel/docker-airflow and make necessary changes in the operator to make it work with both.
related to GoogleCloudPlatform/airflow-operator#10
-
Updated
Jul 15, 2020 - Python
-
Updated
Jul 24, 2018 - Python
-
Updated
Feb 28, 2020 - Python
-
Updated
Sep 16, 2020 - Python
-
Updated
Jul 27, 2020 - Python
-
Updated
Aug 17, 2020 - Python
-
Updated
Jun 14, 2020 - Jupyter Notebook
-
Updated
Nov 27, 2018
-
Updated
Dec 9, 2019 - Shell
-
Updated
Sep 4, 2020 - Shell
-
Updated
Jul 21, 2020 - PLpgSQL
Improve this page
Add a description, image, and links to the airflow topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the airflow topic, visit your repo's landing page and select "manage topics."


Description
Sync table from business database to datawarehouse database incrementally (both mssql).
Use case / motivation
I want to keep two database tables sync. One is the business database. Another one is the datawarehouse database. (They are installed separaterly, i.e., in different machine).
It seems
GenericTransferit desinged to do this kind of task. But I see there is