You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, this looks like an interesting project. There is definitely a need for a bigquery schema registry. I wanted to check it out, but I cannot get passed the 1st step! I'm on a mac and installed elixir with brew.
I should say that I have absolutely no erlang experience:
mix local.hex
** (FunctionClauseError) no function clause matching in IO.chardata_to_string/1
The following arguments were given to IO.chardata_to_string/1:
# 1
nil
Attempted function clauses (showing 2 out of 2):
def chardata_to_string(string) when is_binary(string)
def chardata_to_string(list) when is_list(list)
(elixir) lib/io.ex:461: IO.chardata_to_string/1
(elixir) lib/path.ex:677: Path.expand_home/1
(elixir) lib/path.ex:154: Path.expand/1
(stdlib) erl_eval.erl:680: :erl_eval.do_apply/6
(stdlib) erl_eval.erl:888: :erl_eval.expr_list/6
(stdlib) erl_eval.erl:411: :erl_eval.expr/5
(stdlib) erl_eval.erl:888: :erl_eval.expr_list/6
(stdlib) erl_eval.erl:240: :erl_eval.expr/5
I'm probably missing something and I am looking for pointers. Thanks!
The text was updated successfully, but these errors were encountered:
Hello, this looks like an interesting project. There is definitely a need for a bigquery schema registry. I wanted to check it out, but I cannot get passed the 1st step! I'm on a mac and installed elixir with brew.
I should say that I have absolutely no erlang experience:
I'm probably missing something and I am looking for pointers. Thanks!
The text was updated successfully, but these errors were encountered: