Skip to content

Commit

Permalink
Merge pull request #5 from pixisai/UPSTREAM_MAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
Udit107710 authored Sep 3, 2024
2 parents 0975d3d + c1e620f commit 6580aa0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,6 @@ dmypy.json

# Cython debug symbols
cython_debug/

# Pycharm
.idea
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
},
}
sample_record_primary_key_with_dot = {
"type": "RECORD"
"type": "RECORD",
"record": {
"data": {
"table1.Column1": "value1",
Expand Down

0 comments on commit 6580aa0

Please sign in to comment.