Fix #4156: Fixed sample data (#4160)

This commit is contained in:
Mayur Singal 2022-04-15 09:49:03 +05:30 committed by GitHub
parent a6424b2713
commit 0a07d94dfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ class SampleUsageSource(Source[TableQuery]):
starttime="",
endtime="",
analysis_date=datetime.utcnow().strftime("%Y-%m-%d %H:%M:%S"),
database="shopify",
database="ecommerce_db",
aborted=False,
sql=row["query"],
service_name=self.config.serviceName,