Doing this first: ``` %%sql --hook tables CC = USE {0}; SELECT * FROM INFORMATION_SCHEMA.TABLES; ``` then: ``` %%sql --hook --var=df list ``` failed to assign the results of this to `df`. Instead `df` was the results of the last query I ran using `%%sql`.
Doing this first:
then:
failed to assign the results of this to
df. Insteaddfwas the results of the last query I ran using%%sql.