Skip to content

Issue on page /vast_catalog/python-sdk-vast-catalog.html #3

Description

@andypern

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions