Is there an existing issue for this?
Problem statement
If arguments to the relevant functions are string literals, resolve them and perform linting:
e.g. in cases like:
db = 'foo'
t = f'{db}.bar'
display(spark.table(t))
we have to check if foo.bar table is migrated.
Proposed Solution
infer values from the available scope.
Additional Context
No response