Category "apache-drill"

How to connect apache-superset with apache-drill?

I'm trying to connect superset (v2021.10.0, using docker) with drill (in embedded mode). This tutorial mentions that, when drill is in embedded mode, the query

How do I get the first day of the previous year through yesterday one year ago?

For example, I'm current hard-coding it like this "ACCOUNT1"."account_opendate" >= '01/01/2021' and "ACCOUNT1"."account_opendate" <= '05/08/2021' I w