-
Notifications
You must be signed in to change notification settings - Fork 173
feat(r): support target catalog/schema for ingestion #3852
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
Conversation
a6c4f5d to
b237e34
Compare
r/adbcdrivermanager/R/helpers.R
Outdated
| #' is not compatible or append otherwise), or `"default"` (use the `adbc.ingest.mode` | ||
| #' argument of [adbc_statement_init()]). The default is `"default"`. | ||
| #' @param catalog_name If not `NULL`, the catalog to create/locate the table in. | ||
| #' **This API is EXPERIMENTAL.** |
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.
Experimental arguments are often marked using functions in the lifecycle package, but the svg file for the badges will be included in the package.
Is that acceptable?
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.
I'm not sure I particularly mind the extra .svgs, although I think the all-caps gets the point across just as nicely here.
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.
After thinking about it, and considering that temporary param, which is equivalently marked as experimental in Python, is not marked as experimental here, I removed the experimental markings as well.
paleolimbot
left a comment
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.
Thank you!
r/adbcdrivermanager/R/helpers.R
Outdated
| #' is not compatible or append otherwise), or `"default"` (use the `adbc.ingest.mode` | ||
| #' argument of [adbc_statement_init()]). The default is `"default"`. | ||
| #' @param catalog_name If not `NULL`, the catalog to create/locate the table in. | ||
| #' **This API is EXPERIMENTAL.** |
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.
I'm not sure I particularly mind the extra .svgs, although I think the all-caps gets the point across just as nicely here.
These experimental options were added to the C and Python bindings in #1056, but were not exposed in the R bindings, so they are added now.