finos / symphony-bdk-python

Symphony Python Bot Development Kit (BDK)
https://symphony-bdk-python.finos.org/
Apache License 2.0
31 stars 34 forks source link

Fix DF2 ID format regex pattern bug #294

Closed yinan-symphony closed 2 years ago

yinan-symphony commented 2 years ago

The existing feed id does not have the suffix after '_f', which does not matche with the regex pattern. With this commit, the regex pattern will match the existing DF ID as well as the new DF ID value (haveing the suffix after '_f').

Description

Closes #[ISSUE NUMBER]

Please put here the intent of your pull request.

Dependencies

List the other pull requests that should be merged before/along this one.

Checklist