-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[3/n][dagster-powerbi] build initial PowerBIWorkspace resource #23246
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @benpankow and the rest of your teammates on Graphite |
c3e8ba3
to
45d8a2a
Compare
77be152
to
8307af9
Compare
45d8a2a
to
1898ddc
Compare
8307af9
to
5785f61
Compare
1898ddc
to
6ce8805
Compare
5785f61
to
150a6d4
Compare
6ce8805
to
58ece8e
Compare
150a6d4
to
a87df50
Compare
58ece8e
to
9f6e3b8
Compare
a87df50
to
62e8811
Compare
9f6e3b8
to
fcb4e01
Compare
62e8811
to
4b3305a
Compare
fcb4e01
to
6f12b5d
Compare
4b3305a
to
ac17f7d
Compare
6f12b5d
to
0e16f87
Compare
@@ -0,0 +1,67 @@ | |||
from typing import Any, Dict | |||
|
|||
import requests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: we should use httpx
, since it gives us the capability for async requests if we need it https://www.python-httpx.org/#features
ac17f7d
to
b6db36e
Compare
0e16f87
to
09e0879
Compare
b6db36e
to
cd5457e
Compare
09e0879
to
431815d
Compare
cd5457e
to
f6d4b64
Compare
431815d
to
2473db4
Compare
f6d4b64
to
9ad8525
Compare
2473db4
to
b7580d0
Compare
9ad8525
to
778448d
Compare
b7580d0
to
e72ba04
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
778448d
to
c075164
Compare
e72ba04
to
49dc082
Compare
c075164
to
8c3861c
Compare
49fb988
to
051d53f
Compare
051d53f
to
5e188f2
Compare
5e188f2
to
2240fc3
Compare
Merge activity
|
Summary
Adds a
PowerBIWorkspace
resource, with utility methods to reach out to the PowerBI API.Test Plan
Mocked out API unit test.