drill queries from Python?

2021-05-27 Thread Ted Dunning
What is the currently accepted best way to run queries from Python?

Re: Issue | Snowflake Date column gives previous date from Apache Drill

2021-05-27 Thread Charles Givre
Hi Aishwarya, Is the date coming from Oracle coming out with a timezone? It sounds to me like the issue is a case of mismatched timezones and we just have to sort that out. — C > On May 27, 2021, at 9:43 AM, luoc wrote: > > > Hi Aishwarya, > Could you please post the query text for your

Re: Issue | Snowflake Date column gives previous date from Apache Drill

2021-05-27 Thread luoc
 Hi Aishwarya, Could you please post the query text for your 6th attempt? > 在 2021年5月27日,11:59,arul@wipro.com.invalid 写道: >  > Hello, > > Problem Statement: > I have a requirement where I need to compare data from oracle and snowflake > tables. I am using Apache Drill 1.17.0 for this.

Re: Failure while attempting to start Drillbit in embedded mode

2021-05-27 Thread luoc
Hi Keith, Could you please share your environment information first? Version of OS, JDK, Drill and more. > 在 2021年5月27日,20:57,Keith Smith 写道: > > Hello, I'm learning this for the first time, following this tutorial, > trying to install Drill in Enbedded Mode on Windows. >

Failure while attempting to start Drillbit in embedded mode

2021-05-27 Thread Keith Smith
Hello, I'm learning this for the first time, following this tutorial, trying to install Drill in Enbedded Mode on Windows. https://drill.apache.org/docs/embedded-mode-prerequisites/ Have paid very close attention to every detail, and keep getting the following when attempting to Start Drill on

Re: drill plugin for confluent Kafka

2021-05-27 Thread luoc
Hi Lian, What’s the difference between the apache Kafka and confluent Kafka? I think it's not a problem if the Kafka core extend the apache Kafka. BTW, We are adding a feature to support the confluent schema registry. See also DRILL-5940 . >