dremio.xml 272 B

1234567
  1. <supportedDataSource>
  2. <name>Dremio</name>
  3. <subprotocol>dremio</subprotocol>
  4. <url>jdbc:dremio:direct=&lt;DREMIO_COORDINATOR&gt;:PORTNUMBER[;schema=&lt;OPTIONAL_SCHMEMA&gt;]</url>
  5. <properties></properties>
  6. <driver>com.dremio.jdbc.Driver</driver>
  7. </supportedDataSource>