Skip to content

Feature: Support more experiment tracking libraries#365

Open
sfc-gh-mwyatt wants to merge 2 commits into
mainfrom
mwyatt/sf-exp-tracking
Open

Feature: Support more experiment tracking libraries#365
sfc-gh-mwyatt wants to merge 2 commits into
mainfrom
mwyatt/sf-exp-tracking

Conversation

@sfc-gh-mwyatt
Copy link
Copy Markdown
Collaborator

Generalize experiment tracking implementation and add support for snowflake ml experiment tracking.

user: str = ""
""" Snowflake user name. """

password: str = ""
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

From managed API path, SPCS will be responsible for setting the config. SPCS job only has OAuth token available to be used. Could we support the authentication type token = <oauth_token>, authenticator = 'oauth'?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Sure, let me update for different auth types and I will let you test!

warehouse: str = ""
""" Snowflake warehouse. """

database: str = ""
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Out of curiosity, are db and schema mandatory here?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

I'm not 100% sure. There might be a default - I will verify.

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