You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update_schema() is adding a default schema but the return seems to be failing:
Traceback (most recent call last):
File "~/Library/Application Support/Sublime Text 3/Packages/User/lin_test.py", line 46, in <module>
catalog.update_source(source,schema)
File "~/Library/Python/3.8/lib/python/site-packages/data_lineage/__init__.py", line 489, in update_source
attributes=payload["attributes"],
KeyError: 'attributes'
DefaultSchema object was not being instantiated correctly resulting in
AttributeError. Fix the errors and also resolve relationships to easily
access source and schema objects.
Fixtokern#65
DefaultSchema object was not being instantiated correctly resulting in
AttributeError. Fix the errors and also resolve relationships to easily
access source and schema objects.
Fix#65
Couple of issues:
Code executed:
Last line from visualizer log:
10.10.0.1 - - [16/Jul/2021:15:53:08 +0000] "POST /api/v1/parse?query=<query>&source_id=7 HTTP/1.1" 200 181 "-" "python-requests/2.25.1"
*removed the query as its pretty long
Originally posted by @siva-mudiyanur in #57 (comment)
The text was updated successfully, but these errors were encountered: