Rui Yang

Results 15 issues of Rui Yang

we can use other format without issue, but for spark excel, it seems we always getting error if we set creds in dataframereader.option like this: for gcp >df.option("google.cloud.auth.service.account.json.keyfile", "path to...

cloud

We are enforcing connection with server ca + client cert/key. Go mysql library support to register the server CA and client Cert/Key. Wondering if the sql exporter can add support...

our spark is a long running spark session, but we need to access different bucket during the life span of the spark session, and our permission setup require different credentials...

it seems we have to set the global "spark.hadoop.google.cloud.auth.service.account.json.keyfile" for the gcs temporary bucket, we would like to be able to pass in the keyfile for the temporary bucket as...

using the official one, seems working trying to switch to the native jdbc, using pyspark to read it, it is hanging without showing any error message: only saw following log...

Currently, it seems we have to set the credentials for temporaryGcsBucket in the global HadoopConfig, while spark gcs connector allow setting the bucket credentials in the dataframe writer, BQ connector...

enhancement

Please answer these questions before submitting your issue. Thanks! 1. What version of Python are you using? Python 3.9 2. What operating system and processor architecture are you using? Ubuntu...

feature
triaged

### Which new backend would you like to see in Ibis? I would like to see databricks backend support. ### Code of Conduct - [X] I agree to follow this...

feature
new backend

### What happened? using following code: ``` c = ibis.mssql.connect(...) df = pd.DataFrame.from_dict({'val': [1, 2, 3]}) c.create_table('t', df) c.list_tables() ``` after the table creation, in addition to the table t...

bug

### Is your feature request related to a problem? for mssql backend, the current signature does not allow additional table options for ibis.mssql.create_table, for sql server/synapse, we will need additional...

feature
mssql