soda-core
soda-core copied to clipboard
Accessing dataframe name in custom sampler by sample-context
Hi, I'm using soda-spark-df, I would like to access dataframe name (created as temporary view in spark), but checking out the sampler object I didn't find any way to do that. I can get rows and schema, but no name. Is there a way to obtain the name of the df?
Thx in advance.
SAS-3085
Hi! We indeed do not store the dataset name in the sample. Would you be open for a contribution? This should be fairly simple, just push the dataset name into the DbSample object here
Hi @Parseval123 , would you be open to contributing a PR for this?