Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support for schema in connectors and datasources #86

Merged
merged 4 commits into from
Feb 19, 2024

Conversation

portellaa
Copy link
Member

@portellaa portellaa commented Jan 26, 2024

import os

os.environ['LOG_LEVEL'] = 'DEBUG'

os.environ['YDATA_BASE_URL'] = "fabric.dev.gcp.ydata.ai"
os.environ["YDATA_TOKEN"] = "<TOKEN>"

from ydata.sdk.connectors import Connector

print(Connector.list())

connector = Connector.get('<uid>')
print(f'schema \n{connector.schema}')

there is a version available in the pypi with these developments: ydata-sdk==0.11.0.dev8

@portellaa portellaa self-assigned this Jan 26, 2024
@portellaa portellaa force-pushed the feat/support-schema-rdbms-connector-datasource branch 2 times, most recently from 8430758 to 4ffa769 Compare January 26, 2024 17:51
Copy link
Contributor

@fabclmnt fabclmnt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@portellaa portellaa force-pushed the feat/support-schema-rdbms-connector-datasource branch from 69227a3 to 007f208 Compare January 29, 2024 11:34
@portellaa portellaa marked this pull request as ready for review February 19, 2024 17:49
@portellaa portellaa force-pushed the feat/support-schema-rdbms-connector-datasource branch from 719d4f1 to 22166e9 Compare February 19, 2024 17:54
@portellaa portellaa merged commit f9f94a1 into main Feb 19, 2024
5 checks passed
@portellaa portellaa deleted the feat/support-schema-rdbms-connector-datasource branch February 19, 2024 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants