Max Zheng
Max Zheng
For insurance purpose, we want to be able to find out the # of records stored in cache. Query execution has the record_rows, but doesn't indicate if result is cached...
@criccomini I am not working on developer tooling anymore, so it's up to @ewencp and the @confluentinc/tools team :)
@sangwoo-joh Conditions are not supported. Found this via Googling "metaflow conditional step": https://github.com/Netflix/metaflow/issues/71 You can easily workaround that by doing something like this: ``` self.next(self.a, self.b) ``` And then inside...
Unfortunately, there doesn't seem to be an easy way yet based on https://github.com/Netflix/metaflow/issues/530