Skip to content

add partner source #77

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

add partner source #77

wants to merge 6 commits into from

Conversation

marcodamore
Copy link

@marcodamore marcodamore commented Apr 3, 2025

What

Add ability to specify partner source in public SL SDK. Default to sl-python-sdk, but also start passing dbt-e2e-tests for queries executed by our test suite. Tested and confirmed the test suite partner source is flowing through our monitoring system ✨

@marcodamore marcodamore requested a review from a team as a code owner April 3, 2025 04:02
@marcodamore marcodamore force-pushed the marco_add_partner_source branch from 0aa9fd4 to 8a0947f Compare April 3, 2025 04:05
@marcodamore marcodamore force-pushed the marco_add_partner_source branch from 0aa2205 to 5fab504 Compare April 3, 2025 04:19
@marcodamore marcodamore force-pushed the marco_add_partner_source branch from 1269bcd to dcb2f7b Compare April 3, 2025 05:06
@@ -49,6 +49,7 @@ def __init__(
auth_token: str,
url_format: Optional[str] = None,
timeout: Optional[Union[TimeoutOptions, float, int]] = None,
client_partner_source: Optional[str] = None,
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'd prefer if we moved this to a property and out of the constructor to reduce the cognitive overload of regular users, since 99% of people won't need to set this param.

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