-
Re: Exception: An error occurred during dataset write (VqRYUkpmtr): IllegalArgumentException: Connection
Other than automatic fast-write, the only other thing I can think of is that there's something set up weirdly on the dataset. If automatic fast-write isn't the issue, I would recommend creating a new…1 · -
Re: Exception: An error occurred during dataset write (VqRYUkpmtr): IllegalArgumentException: Connection
Hi @Rickh008 , It looks like the dataset that you're trying to write data to doesn't have a connection configured. Is this an existing dataset, or are you creating it programmatically with Python? If…1 · -
Re: Dataset unique identifier
dataset.name and dataset.id are the same value. The name and ID are aliases of each other.1 · -
Re: Dataset unique identifier
Hi Patrik, You can use the full_name attribute as the unique identifier. The full name is the project key followed by the dataset name (ie, PROJECT_KEY.DATASET_NAME), which makes it globally unique. …1 · -
Re: Flow Check consistency issue, most objects unchecked
Hi @rpopan , I was able to reproduce this issue on my end. It looks like it occurs when using Download recipes with Folder datasets (e.g. the income_per_tract_usa dataset in your flow). DSS doesn't c…1 ·