-
Notifications
You must be signed in to change notification settings - Fork 84
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
Support appId when publishing to Posit Cloud #819
Comments
I'd like to propose a third option that is similar to open 2:
|
We decided on passing the unqualified content id in appId ( |
Reopening – the error |
I'll take a look this afternoon. |
Need to set `envVars` argument and cloud doesn't supply `owner_username`. This value is only used for display, and AFAIK is not important, so I just defaulted to the account user name. Fixes #819
Need to set `envVars` argument and cloud doesn't supply `owner_username`. This value is only used for display, and AFAIK is not important, so I just defaulted to the account user name. Fixes #819
Need to set `envVars` argument and cloud doesn't supply `owner_username`. This value is only used for display, and AFAIK is not important, so I just defaulted to the account user name. Fixes #819
deployApp()
includes the parameterappId
whose intended usage is to allow publishing to a specific existing output on the server. This functionality needs to be given some love when the destination is Posit Cloud:expose related construct "content" to users. Work happening right now to support a history of prior revisions to some types of published content in cloud also makes the relationship between a Cloud "content" and a Cloud "application" not one-to-one -- each time you publish a new revision, you use the same content ID but get a new application ID. For all these reasons, to allow the user to publish to an existing output in Cloud without a .dcf deployment history, they should be providing the content ID, not the application ID.
deployApp(appId='lucid:content:123', ...)
) fails withappId
to be a content ID if the server isposit.cloud
, even if not made explicit with thelucid:content:
?The text was updated successfully, but these errors were encountered: