there are some codeblocks that may contain old methods
from vastdb.api import VastdbApi:
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'vastdb.api'
also:
table_result = session.query(
bucket,
schema,
table,
field_names=fields,
num_sub_splits=8
)
results in:
Traceback (most recent call last):
File "/app/./sdk_catalog_leon.py", line 93, in main
analyze_element_types(session)
File "/app/./sdk_catalog_leon.py", line 52, in analyze_element_types
table_result = session.query(
AttributeError: 'Session' object has no attribute 'query'
there are some codeblocks that may contain old methods
from vastdb.api import VastdbApi:
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'vastdb.api'
also:
table_result = session.query(
bucket,
schema,
table,
field_names=fields,
num_sub_splits=8
)
results in:
Traceback (most recent call last):
File "/app/./sdk_catalog_leon.py", line 93, in main
analyze_element_types(session)
File "/app/./sdk_catalog_leon.py", line 52, in analyze_element_types
table_result = session.query(
AttributeError: 'Session' object has no attribute 'query'