We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31f0f5 commit de3484aCopy full SHA for de3484a
2 files changed
.pre-commit-config.yaml
@@ -18,6 +18,9 @@ repos:
18
- id: black
19
name: black
20
language: system
21
+ args:
22
+ - --target-version
23
+ - py37
24
entry: black
25
require_serial: true
26
files: *files
sqlmesh/schedulers/airflow/operators/targets.py
@@ -124,7 +124,7 @@ def post_hook(
124
self,
125
context: Context,
126
session: Session = util.PROVIDED_SESSION,
127
- **kwargs: t.Any
+ **kwargs: t.Any,
128
) -> None:
129
VariableStateSync(session).add_interval(
130
self.snapshot.snapshot_id,
@@ -236,7 +236,7 @@ def post_hook(
236
237
238
239
240
241
_delete_xcom(
242
common.SNAPSHOT_TABLE_CLEANUP_XCOM_KEY,
0 commit comments