Skip to content

Commit

Permalink
fix(linting): code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
azory-ydata committed Feb 7, 2025
1 parent 6f7df21 commit 3977597
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/synthesizers/regular_existing_datasource.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import os

from ydata.sdk.datasources import DataSource
from ydata.sdk.synthesizers import RegularSynthesizer

# Authenticate to Fabric to leverage the SDK - https://docs.sdk.ydata.ai/latest/sdk/installation/
# Make sure to add your token as env variable.
os.environ["YDATA_TOKEN"] = '{insert-token}' # Remove if already defined

from ydata.sdk.datasources import DataSource
from ydata.sdk.synthesizers import RegularSynthesizer

# In this example, we demonstrate how to train a synthesizer from an existing RDBMS Dataset.
# Make sure to follow the step-by-step gu ide to create a Dataset in Fabric's catalog: https://docs.sdk.ydata.ai/latest/get-started/create_multitable_dataset/
Expand Down

0 comments on commit 3977597

Please sign in to comment.