Skip to content

Commit

Permalink
Merge pull request #152 from supabase/chore/logflare-fdw-error
Browse files Browse the repository at this point in the history
chore(logflare_fdw): refactor error reporting
  • Loading branch information
burmecia authored Sep 19, 2023
2 parents d9739b2 + 48a92a5 commit 91c9d7f
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 163 deletions.
2 changes: 1 addition & 1 deletion wrappers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ s3_fdw = [
"http", "parquet", "futures", "arrow-array", "chrono", "thiserror"
]
airtable_fdw = ["reqwest", "reqwest-middleware", "reqwest-retry", "serde_json", "serde", "url", "thiserror"]
logflare_fdw = ["reqwest", "reqwest-middleware", "reqwest-retry", "serde_json", "thiserror"]
logflare_fdw = ["reqwest", "reqwest-middleware", "reqwest-retry", "serde_json", "thiserror", "url"]

# Does not include helloworld_fdw because of its general uselessness
all_fdws = ["airtable_fdw", "bigquery_fdw", "clickhouse_fdw", "stripe_fdw", "firebase_fdw", "s3_fdw", "logflare_fdw"]
Expand Down
Loading

0 comments on commit 91c9d7f

Please sign in to comment.