ianmcook commented on issue #4533:
URL: https://github.com/apache/arrow-adbc/issues/4533#issuecomment-4987633047

   N.B. it's possible to work around as follows, by passing the URI with the 
scheme as `driver`:
   
   ```js
   import { AdbcDatabase } from '@apache-arrow/adbc-driver-manager';
   
   const db = new AdbcDatabase({
     driver: 'profile://./profile.toml',
   });
   ```
   
   But this is less than ideal.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to