We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0147911 commit bc7ea99Copy full SHA for bc7ea99
test/splitgraph/ingestion/test_airbyte.py
@@ -88,7 +88,7 @@ def _source(local_engine_empty, table_params=None, extra_params=None, extra_cred
88
"friendly": {"type": "boolean"},
89
"binary_data": {"type": "string", "contentEncoding": "base64"},
90
"name": {"type": "string"},
91
- "mushroom_id": {"type": "number"},
+ "mushroom_id": {"type": "number", "airbyte_type": "integer"},
92
"varbinary_data": {"type": "string", "contentEncoding": "base64"},
93
},
94
0 commit comments