Sean Lopp
Sean Lopp
I think having a .rsconnectIgnore file would be a great addition to the reconnect package
Important to note that Nick's screenshot shows the _definition_ metadata, of which we probably want to keep `partition_expr` which is user defined but discard the rest. We also show non-sensical...
Depends on https://github.com/dagster-io/dagster/pull/10224
A similar "compliance" flavored request is to have the env var page act as "write once, read never". While it'd be possible to deploy code to print secrets, some security...
@tbradley1013 this is awesome! We would love to host a demo of the app, and have a few options where it might make sense. Can I follow up with you...
I don't think its currently possible to import multiple posts from one GitHub repo, and it would have saved me some time if this was called out in the documentation
Note, however, that you can manually point at just the raw HTML file if it is a stand alone distill article: ``` distill::import_post("https://raw.githubusercontent.com///main/.html") ``` So I was able to workaround...
Have we considered showing logs prior? Eg we could tell the user when we are inspecting their environment, bundling, etc. And could we even do an API call to check...
Just for posterity, this PR was annoying to test with our current Sling setup, so I added the option to run Sling locally without AWS creds. I think this generally...
``` Just an update, looking at the source i noticed the gcs= parameter, and i added the gcs resource in there gcs=GCSResource(project=EnvVar(DAGSTER_GCP_PROJECT_ID_KEY)), - this worked. this does not match the...