Skip to content

Commit 4557a16

Browse files
- improved.
1 parent 651226a commit 4557a16

File tree

3 files changed

+2
-47
lines changed

3 files changed

+2
-47
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ jobs:
863863
864864
macosbuild:
865865
name: MacOS Build
866-
runs-on: macos-12
866+
runs-on: macos-14
867867
timeout-minutes: ${{ vars.DEFAULT_JOB_TIMEOUT_MIN == '' && 120 || vars.DEFAULT_JOB_TIMEOUT_MIN }}
868868
steps:
869869
- name: Check out code into the Go module directory
@@ -1002,7 +1002,7 @@ jobs:
10021002

10031003
macosarmbuild:
10041004
name: MacOS ARM Build
1005-
runs-on: macos-latest
1005+
runs-on: macos-14
10061006
timeout-minutes: ${{ vars.DEFAULT_JOB_TIMEOUT_MIN == '' && 120 || vars.DEFAULT_JOB_TIMEOUT_MIN }}
10071007
steps:
10081008

docs/examples/demo/analytics/entitlements/google-entitlements.sql

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/examples/examples.md

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,4 @@
11

2-
# stackql-examples
3-
4-
This repository serves as an aggregator for **working** examples of `stackql` and `stackql-deploy` in action.
5-
6-
If you find anything here that does not work or you do't like, the please raise an issue.
7-
8-
## Getting started is the hardest part
9-
10-
`stackql` needs credentials in order to execute queries. We do support a lot of
11-
the standard patterns. [Our provider registry docs](https://registry.stackql.io/) have the detail, for example [aws](https://aws.stackql.io/providers/aws/#authentication).
12-
This stuff largely emulates the various provider CLIs. But we do not to take too much of your precious time, setting environment variables like
13-
so will get you a long way with these examples:
14-
15-
```bash
16-
17-
export AWS_SECRET_ACCESS_KEY='<your aws secret>'
18-
export AWS_ACCESS_KEY_ID='<your aws key id>'
19-
20-
export GOOGLE_CREDENTIALS=$(cat </path/to/service/account/key.json>)
21-
22-
export AZURE_TENANT_ID='<your azure tenant id>'
23-
export AZURE_CLIENT_ID='<your azure client id>'
24-
export AZURE_CLIENT_SECRET='<your azure secret>'
25-
26-
```
27-
28-
Where more is required, the examples will say so.
29-
30-
## Let's begin
31-
32-
33-
342

353
# Examples
364

0 commit comments

Comments
 (0)