-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot use #{address.city} in expression #38
Comments
@bodiam could you have a look at this when you have time? Seems to be rather releated to data-faker than flink-faker, no? |
@knaufk don't know, not sure what you're doing here. Can you reproduce this without flink? Then we can more easily fix it |
@knaufk which version of datafaker is this? Also, could you try 1.3.0-SNAPSHOT if you're running an earlier version? |
@tsreaper as a WA currently it should work for create temporary table faker ( a string ) with ( 'connector' = 'faker', 'number-of-rows' = '10', 'fields.a.expression' = '#{Address.city}' );
select * from faker; |
@tsreaper Is this still an issue or can this be closed? |
Run the following SQL in SQL client:
Exception:
The text was updated successfully, but these errors were encountered: