-
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
[dagster-aws, docs] cloudwatch message reader docs #23440
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @danielgafni and the rest of your teammates on Graphite |
Deploy preview for dagster-docs ready! Preview available at https://dagster-docs-itkd0pz2m-elementl.vercel.app Direct link to changed pages: |
dc0da1c
to
cf82b96
Compare
a40c740
to
a4f6654
Compare
cf82b96
to
6021a9f
Compare
a4f6654
to
739c892
Compare
6021a9f
to
89ec8ce
Compare
89ec8ce
to
3cf6d49
Compare
173591b
to
03bf062
Compare
3cf6d49
to
af7fce7
Compare
15202bc
to
0c307aa
Compare
af7fce7
to
afe07d1
Compare
e22ac4e
to
430d2bf
Compare
e1a2c73
to
3c0b654
Compare
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.
Sending this back over to you. I'm looking into the comment you tagged me in, but didn't want you to wait on me for the other stuff.
6687dd5
to
e6b42c4
Compare
d23e5d4
to
8e5de4c
Compare
@erinkcochran87 another puzzle from Sphinx - do you know why this These two which seem to be created the same way work correctly (they point to API docs). |
8e5de4c
to
a9842e4
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
a9842e4
to
a90ac4c
Compare
This is because diff --git a/docs/sphinx/sections/api/apidocs/libraries/dagster-aws.rst b/docs/sphinx/sections/api/apidocs/libraries/dagster-aws.rst
index 0e2969447d..078144abce 100644
--- a/docs/sphinx/sections/api/apidocs/libraries/dagster-aws.rst
+++ b/docs/sphinx/sections/api/apidocs/libraries/dagster-aws.rst
@@ -119,8 +119,6 @@ Clients
.. autoclass:: dagster_aws.pipes.PipesLambdaClient
.. autoclass:: dagster_aws.pipes.PipesGlueClient
- :noindex:
- :members: run
Legacy
-------- |
79d16ab
to
b46fe9b
Compare
Co-authored-by: Erin Cochran <erin.k.cochran@gmail.com>
b46fe9b
to
1a2da02
Compare
Merge activity
|
Summary & Motivation
Adding docs for the new
PipesCloudWatchMessageReader
How I Tested These Changes