Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

#29 Nakadi SQL Query tab and server support added #30

Merged
merged 19 commits into from
Nov 16, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
#29 fix SQL create request
  • Loading branch information
SergKam committed Nov 12, 2018
commit e0c96835282ec1c22023b07e4c436cbb288dea56
2 changes: 1 addition & 1 deletion client/Pages/EventTypeCreate/Query.elm
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ submitQueryCreate model =
, ( "owning_application", asString FieldOwningApplication )
, ( "ordering_key_fields", orderingKeyFields )
, ( "audience", asString FieldAudience )
, ( "sql", asString FieldAudience )
, ( "sql", asString FieldSql )
, ( "authorization", auth )
]

Expand Down