Skip to content

Commit

Permalink
fixup! Feat: tests for iso_date auto-detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Skynet committed Nov 15, 2023
1 parent d03b42f commit c826142
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions tests/common/cases/schemas/github/issues.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,8 @@
"settings": {
"detections": [
"timestamp",
"iso_timestamp"
"iso_timestamp",
"iso_date"
],
"default_hints": {
"not_null": [
Expand All @@ -1318,4 +1319,4 @@
"module": "dlt.common.normalizers.json.relational"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -387,11 +387,12 @@
"normalizers": {
"detections": [
"timestamp",
"iso_timestamp"
"iso_timestamp",
"iso_date"
],
"names": "dlt.common.normalizers.names.snake_case",
"json": {
"module": "dlt.common.normalizers.json.relational"
}
}
}
}

0 comments on commit c826142

Please sign in to comment.