Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
A
airflow-dags-hub
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
唐香港
airflow-dags-hub
Commits
b7c1c60c
Commit
b7c1c60c
authored
Jun 29, 2020
by
吴升宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix task
parent
5f3686ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
create_table_per_day.py
dags/psql/create_table_per_day.py
+3
-3
No files found.
dags/psql/create_table_per_day.py
View file @
b7c1c60c
...
@@ -53,7 +53,7 @@ sql3 = """
...
@@ -53,7 +53,7 @@ sql3 = """
print
(
sql3
)
print
(
sql3
)
t1
=
PostgresOperator
(
t1
:
PostgresOperator
=
PostgresOperator
(
task_id
=
'psql_auto_create_table_per_day_task_01'
,
task_id
=
'psql_auto_create_table_per_day_task_01'
,
postgres_conn_id
=
'postgres-test'
,
postgres_conn_id
=
'postgres-test'
,
sql
=
sql1
,
sql
=
sql1
,
...
@@ -74,5 +74,5 @@ t3 = PostgresOperator(
...
@@ -74,5 +74,5 @@ t3 = PostgresOperator(
dag
=
dag
,
dag
=
dag
,
database
=
'ruler'
)
database
=
'ruler'
)
t
3
>>
t2
t
1
>>
t2
t2
>>
t
1
t2
>>
t
3
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment