Skip to content

Different results in Grafana Athena Plugin compared to Athena AWS UI: "date" field of Cloudfront logs being coerced to a single date for all logs #226

Different results in Grafana Athena Plugin compared to Athena AWS UI: "date" field of Cloudfront logs being coerced to a single date for all logs

Different results in Grafana Athena Plugin compared to Athena AWS UI: "date" field of Cloudfront logs being coerced to a single date for all logs #226

name: Run commands when issues are labeled
on:
issues:
types: [labeled, unlabeled]
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v2
with:
repository: 'grafana/grafana-github-actions'
path: ./actions
ref: main
- name: Install Actions
run: npm install --production --prefix ./actions
- name: 'Generate token'
id: generate_token
uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92
with:
app_id: ${{ secrets.AWS_DS_TOKEN_CREATOR_ID }}
private_key: ${{ secrets.AWS_DS_TOKEN_CREATOR_PEM }}
- name: Run Commands
uses: ./actions/commands
with:
token: ${{ steps.generate_token.outputs.token }}
configPath: issue_commands