Skip to content

Commit

Permalink
Fix example scheduled query yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-githubs committed Oct 17, 2024
1 parent f3ab1e6 commit fea2a23
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions templates/example_scheduled_query.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@ Tags:
- Tags
Description: >
An optional Description
# Note: Use this parameter if the query includes generic syntax
Query: "SELECT * FROM panther_logs.aws_cloudtrail LIMIT 10"
# Note: Use this parameter if the query includes Snowflake-specific syntax
Query: "SELECT * FROM panther_logs.public.aws_cloudtrail LIMIT 10"
# Note: Use this parameter if the query includes Athena-specific syntax
AthenaQuery: "SELECT * FROM panther_logs.aws_cloudtrail LIMIT 10"
Schedule:
# Note: CronExpression and RateMinutes are mutually exclusive, only
# configure one or the other
Expand Down

0 comments on commit fea2a23

Please sign in to comment.