if (FALSE) {
# Create a temporary read/write token for user "alejandro_hagan" valid for 1 hour
create_md_access_token(
user_name = "alejandro_hagan",
token_type = "read_write",
token_name = "temp_token",
token_expiration_number = 1,
token_expiration_unit = "hours",
motherduck_token = "MOTHERDUCK_TOKEN"
)
}
Run the code above in your browser using DataLab